Html Css Color HEX #BF4220 Rust

📋 copy color: '#BF4220'

red 191 ◦ green 66 ◦ blue 32

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

Shades of Rust #BF4220

Tints of Rust #BF4220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 66.09%
G = 22.84%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF4220 (or 0xBF4220) is known color: Rust. HEX triplet: BF, 42 and 20. RGB value is (191,66,32). Sum of RGB (Red+Green+Blue) = 191+66+32=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4220 is #40BDDF. Grayscale: #636363. Windows color (decimal): -4242912 or 2114239. OLE color: 2114239.

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

Color convert

RGB 191 66 32 -
CMYK 0 0.65 0.83 0.25
HSL 12.83º 0.71% 0.44% -
HSV(B) 12.83º 0.83% 0.75% -
XYZ 23.69 15.08 3.03 -
YUV 99.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 191 66 32 0 0.65 0.83 0.25 12.83 0.71 0.44
Hex BF 42 20 0 41 53 19 D 47 2C
Octal 277 102 40 0 101 123 31 15 107 54
Binary 10111111 1000010 100000 0 1000001 1010011 11001 1101 1000111 101100

Color Harmonies of #BF4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4220

Black with #BF4220

Text Example


Text Example

White with #BF4220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4220; }

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

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

background-color css

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

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

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

border-color css

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

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

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