#BB4C1B

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

Shades of Rust #BB4C1B

Tints of Rust #BB4C1B

Color information

#BB4C1B (or 0xBB4C1B) is unknown color: approx Rust. HEX triplet: BB, 4C and 1B. RGB value is (187,76,27). Sum of RGB (Red+Green+Blue) = 187+76+27=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4C1B is #44B3E4. Grayscale: #676767. Windows color (decimal): -4502501 or 1789115. OLE color: 1789115.

HSL color Cylindrical-coordinate representation of color #BB4C1B: hue angle of 18.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB4C1B is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1877627-
CMYK00.590.860.27
HSL18.38º74.77%41.96%-
HSV(B)18.38º85.56%73.33%-
XYZ23.2815.812.86-
YUV103.684.77187.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.48%
GREEN value IS 76 (30.08% from 255) = 26.21%
BLUE value IS 27 (10.94% from 255) = 9.31%
R=64.48%
G=26.21%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187762700.590.860.2718.3874.7741.96
HexBB4C1B03B561B124b2a
Octal27311433073126332211352
Binary101110111001100110110111011101011011011100101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C1B; }

 p { color: rgb(187,76,27); }

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

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

 a { background-color: rgb(187,76,27); }

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

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

 span { border-color: rgb(187,76,27); }

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