#BB3900

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

Shades of Rust #BB3900

Tints of Rust #BB3900

Color information

#BB3900 (or 0xBB3900) is unknown color: approx Rust. HEX triplet: BB, 39 and 00. RGB value is (187,57,0). Sum of RGB (Red+Green+Blue) = 187+57+0=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3900 is #44C6FF. Grayscale: #595959. Windows color (decimal): -4507392 or 14779. OLE color: 14779.

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

Color convert

RGB187570-
CMYK00.7010.27
HSL18.29º100%36.67%-
HSV(B)18.29º100%73.33%-
XYZ21.9613.491.45-
YUV89.3777.57197.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 76.64%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.64%
G=23.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18757000.7010.2718.2910036.67
HexBB390046641B126425
Octal2737100106144332214445
Binary10111011111001001000110110010011011100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3900; }

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

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

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

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

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

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

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

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