#BF420C

Color #BF420C Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #BF420C

Tints of Rust #BF420C

Color information

#BF420C (or 0xBF420C) is unknown color: approx Rust. HEX triplet: BF, 42 and 0C. RGB value is (191,66,12). Sum of RGB (Red+Green+Blue) = 191+66+12=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF420C is #40BDF3. Grayscale: #616161. Windows color (decimal): -4242932 or 803519. OLE color: 803519.

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

Color convert

RGB1916612-
CMYK00.650.940.25
HSL18.1º88.18%39.8%-
HSV(B)18.1º93.72%74.9%-
XYZ23.5152-
YUV97.2279.91194.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=71.00%
G=24.54%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191661200.650.940.2518.188.1839.8
HexBF42C0415E19125828
Octal277102140101136312213050
Binary101111111000010110001000001101111011001100101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF420C; }

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

 H1.HeaderClassName
 {
   color: #BF420C;
 }
 .AnyTagClassName
 {
   color: #BF420C;
 }
</style>
background-color css

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

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

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

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

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

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