#BF4A16

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

Shades of Rust #BF4A16

Tints of Rust #BF4A16

Color information

#BF4A16 (or 0xBF4A16) is unknown color: approx Rust. HEX triplet: BF, 4A and 16. RGB value is (191,74,22). Sum of RGB (Red+Green+Blue) = 191+74+22=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A16 is #40B5E9. Grayscale: #676767. Windows color (decimal): -4240874 or 1460927. OLE color: 1460927.

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

Color convert

RGB1917422-
CMYK00.610.880.25
HSL18.46º79.34%41.76%-
HSV(B)18.46º88.48%74.9%-
XYZ24.0816.032.58-
YUV103.0682.26190.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=66.55%
G=25.78%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191742200.610.880.2518.4679.3441.76
HexBF4A1603D5819124f2a
Octal27711226075130312211752
Binary101111111001010101100111101101100011001100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A16; }

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

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

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

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

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

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

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

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