#bf4216

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

Shades of Rust #BF4216

Tints of Rust #BF4216

Color information

#BF4216 (or 0xBF4216) is unknown color: approx Rust. HEX triplet: BF, 42 and 16. RGB value is (191,66,22). Sum of RGB (Red+Green+Blue) = 191+66+22=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4216 is #40BDE9. Grayscale: #626262. Windows color (decimal): -4242922 or 1458879. OLE color: 1458879.

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

Color convert

RGB1916622-
CMYK00.650.880.25
HSL15.62º79.34%41.76%-
HSV(B)15.62º88.48%74.9%-
XYZ23.5815.032.42-
YUV98.3684.91194.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.46%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=68.46%
G=23.66%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191662200.650.880.2515.6279.3441.76
HexBF42160415819104f2a
Octal277102260101130312011752
Binary1011111110000101011001000001101100011001100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4216; }

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

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

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

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

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

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

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

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