#BB370C

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

Shades of Rust #BB370C

Tints of Rust #BB370C

Color information

#BB370C (or 0xBB370C) is unknown color: approx Rust. HEX triplet: BB, 37 and 0C. RGB value is (187,55,12). Sum of RGB (Red+Green+Blue) = 187+55+12=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB370C is #44C8F3. Grayscale: #595959. Windows color (decimal): -4507892 or 800699. OLE color: 800699.

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

Color convert

RGB1875512-
CMYK00.710.940.27
HSL14.74º87.94%39.02%-
HSV(B)14.74º93.58%73.33%-
XYZ21.9313.321.76-
YUV89.5784.23197.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.62%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=73.62%
G=21.65%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187551200.710.940.2714.7487.9439.02
HexBB37C0475E1Bf5827
Octal27367140107136331713047
Binary1011101111011111000100011110111101101111111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB370C; }

 p { color: rgb(187,55,12); }

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

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

 a { background-color: rgb(187,55,12); }

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

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

 span { border-color: rgb(187,55,12); }

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