#BF3F16

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

Shades of Rust #BF3F16

Tints of Rust #BF3F16

Color information

#BF3F16 (or 0xBF3F16) is unknown color: approx Rust. HEX triplet: BF, 3F and 16. RGB value is (191,63,22). Sum of RGB (Red+Green+Blue) = 191+63+22=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F16 is #40C0E9. Grayscale: #606060. Windows color (decimal): -4243690 or 1458111. OLE color: 1458111.

HSL color Cylindrical-coordinate representation of color #BF3F16: hue angle of 14.56º 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 #BF3F16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1916322-
CMYK00.670.880.25
HSL14.56º79.34%41.76%-
HSV(B)14.56º88.48%74.9%-
XYZ23.4114.692.36-
YUV96.685.91195.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.20%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=69.20%
G=22.83%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191632200.670.880.2514.5679.3441.76
HexBF3F160435819f4f2a
Octal27777260103130311711752
Binary10111111111111101100100001110110001100111111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F16; }

 p { color: rgb(191,63,22); }

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

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

 a { background-color: rgb(191,63,22); }

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

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

 span { border-color: rgb(191,63,22); }

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