#BB4200

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

Shades of Rust #BB4200

Tints of Rust #BB4200

Color information

#BB4200 (or 0xBB4200) is unknown color: approx Rust. HEX triplet: BB, 42 and 00. RGB value is (187,66,0). Sum of RGB (Red+Green+Blue) = 187+66+0=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4200 is #44BDFF. Grayscale: #5F5F5F. Windows color (decimal): -4505088 or 17083. OLE color: 17083.

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

Color convert

RGB187660-
CMYK00.6510.27
HSL21.18º100%36.67%-
HSV(B)21.18º100%73.33%-
XYZ22.4414.461.61-
YUV94.6674.59193.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.91%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.91%
G=26.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18766000.6510.2721.1810036.67
HexBB420041641B156425
Octal27310200101144332514445
Binary101110111000010001000001110010011011101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4200; }

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

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

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

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

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

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

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

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