#BB3200

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

Shades of Rust #BB3200

Tints of Rust #BB3200

Color information

#BB3200 (or 0xBB3200) is unknown color: approx Rust. HEX triplet: BB, 32 and 00. RGB value is (187,50,0). Sum of RGB (Red+Green+Blue) = 187+50+0=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3200 is #44CDFF. Grayscale: #555555. Windows color (decimal): -4509184 or 12987. OLE color: 12987.

HSL color Cylindrical-coordinate representation of color #BB3200: hue angle of 16.04º 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 #BB3200 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB187500-
CMYK00.7310.27
HSL16.04º100%36.67%-
HSV(B)16.04º100%73.33%-
XYZ21.6312.851.34-
YUV85.2679.89200.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 78.90%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.90%
G=21.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18750000.7310.2716.0410036.67
HexBB320049641B106425
Octal2736200111144332014445
Binary10111011110010001001001110010011011100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3200; }

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

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

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

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

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

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

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

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