Html Css Color HEX #BF4117 Rust

📋 copy color: '#BF4117'

red 191 ◦ green 65 ◦ blue 23

#BF4117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BF4117

Tints of Rust #BF4117

RGB

 RED value IS 191 (75% from 255) = 68.46%

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 68.46%
G = 23.3%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF4117 (or 0xBF4117) is known color: Rust. HEX triplet: BF, 41 and 17. RGB value is (191,65,23). Sum of RGB (Red+Green+Blue) = 191+65+23=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4117 is #40BEE8. Grayscale: #626262. Windows color (decimal): -4243177 or 1524159. OLE color: 1524159.

HSL color Cylindrical-coordinate representation of color #BF4117: hue angle of 15º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF4117 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 23 -
CMYK 0 0.66 0.88 0.25
HSL 15º 0.79% 0.42% -
HSV(B) 15º 0.88% 0.75% -
XYZ 23.53 14.92 2.45 -
YUV 97.89 85.74 194.42 -
System Red Green Blue C M Y K H S L
Decimal 191 65 23 0 0.66 0.88 0.25 15 0.79 0.42
Hex BF 41 17 0 42 58 19 F 4F 2A
Octal 277 101 27 0 102 130 31 17 117 52
Binary 10111111 1000001 10111 0 1000010 1011000 11001 1111 1001111 101010

Color Harmonies of #BF4117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4117

Black with #BF4117

Text Example


Text Example

White with #BF4117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4117; }

 p { color: rgb(191,65,23); }

 H1.HeaderClassName
 {
   color: #BF4117;
 }
 .AnyTagClassName
 {
   color: #BF4117;
 }
</style>

background-color css

<style>
 a { background-color: #BF4117; }

 a { background-color: rgb(191,65,23); }

 div.DivClassName
 {
   background-color: #BF4117;
 }
 .BgClassName
 {
   background-color: #BF4117;
 }
</style>

border-color css

<style>
 span { border-color: #BF4117; }

 span { border-color: rgb(191,65,23); }

 td.TdClassName
 {
   border-color: #BF4117;
 }
 .TagClassName
 {
   border-color: #BF4117;
 }
</style>