#BF420A

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

Shades of Rust #BF420A

Tints of Rust #BF420A

Color information

#BF420A (or 0xBF420A) is unknown color: approx Rust. HEX triplet: BF, 42 and 0A. RGB value is (191,66,10). Sum of RGB (Red+Green+Blue) = 191+66+10=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF420A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF420A is #40BDF5. Grayscale: #616161. Windows color (decimal): -4242934 or 672447. OLE color: 672447.

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

Color convert

RGB1916610-
CMYK00.650.950.25
HSL18.56º90.05%39.41%-
HSV(B)18.56º94.76%74.9%-
XYZ23.4914.991.94-
YUV96.9978.91195.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.54%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 10 (4.30% from 255) = 3.75%
R=71.54%
G=24.72%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191661000.650.950.2518.5690.0539.41
HexBF42A0415F19135a27
Octal277102120101137312313247
Binary101111111000010101001000001101111111001100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF420A; }

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

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

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

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

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

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

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

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