#BB4216

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

Shades of Rust #BB4216

Tints of Rust #BB4216

Color information

#BB4216 (or 0xBB4216) is unknown color: approx Rust. HEX triplet: BB, 42 and 16. RGB value is (187,66,22). Sum of RGB (Red+Green+Blue) = 187+66+22=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4216 is #44BDE9. Grayscale: #616161. Windows color (decimal): -4505066 or 1458875. OLE color: 1458875.

HSL color Cylindrical-coordinate representation of color #BB4216: hue angle of 16º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB4216 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1876622-
CMYK00.650.880.27
HSL16º78.95%40.98%-
HSV(B)16º88.24%73.33%-
XYZ22.5914.522.37-
YUV97.1685.59192.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 22 (8.98% from 255) = 8%
R=68%
G=24%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187662200.650.880.271678.9540.98
HexBB4216041581B104f29
Octal273102260101130332011751
Binary1011101110000101011001000001101100011011100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4216; }

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

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

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

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

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

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

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

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