Html Css Color HEX #BF4211 Rust

📋 copy color: '#BF4211'

red 191 ◦ green 66 ◦ blue 17

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

Shades of Rust #BF4211

Tints of Rust #BF4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.09%

 BLUE value IS 17 (7.03% from 255) = 6.2%

R = 69.71%
G = 24.09%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4211 (or 0xBF4211) is known color: Rust. HEX triplet: BF, 42 and 11. RGB value is (191,66,17). Sum of RGB (Red+Green+Blue) = 191+66+17=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4211 is #40BDEE. Grayscale: #626262. Windows color (decimal): -4242927 or 1131199. OLE color: 1131199.

HSL color Cylindrical-coordinate representation of color #BF4211: hue angle of 16.9º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF4211 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 66 17 -
CMYK 0 0.65 0.91 0.25
HSL 16.9º 0.84% 0.41% -
HSV(B) 16.9º 0.91% 0.75% -
XYZ 23.54 15.01 2.19 -
YUV 97.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 191 66 17 0 0.65 0.91 0.25 16.9 0.84 0.41
Hex BF 42 11 0 41 5B 19 11 54 29
Octal 277 102 21 0 101 133 31 21 124 51
Binary 10111111 1000010 10001 0 1000001 1011011 11001 10001 1010100 101001

Color Harmonies of #BF4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4211

Black with #BF4211

Text Example


Text Example

White with #BF4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4211; }

 p { color: rgb(191,66,17); }

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

background-color css

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

 a { background-color: rgb(191,66,17); }

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

border-color css

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

 span { border-color: rgb(191,66,17); }

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