#BB4E18

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

Shades of Rust #BB4E18

Tints of Rust #BB4E18

Color information

#BB4E18 (or 0xBB4E18) is unknown color: approx Rust. HEX triplet: BB, 4E and 18. RGB value is (187,78,24). Sum of RGB (Red+Green+Blue) = 187+78+24=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4E18 is #44B1E7. Grayscale: #686868. Windows color (decimal): -4501992 or 1593019. OLE color: 1593019.

HSL color Cylindrical-coordinate representation of color #BB4E18: hue angle of 19.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB4E18 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1877824-
CMYK00.580.870.27
HSL19.88º77.25%41.37%-
HSV(B)19.88º87.17%73.33%-
XYZ23.3816.082.74-
YUV104.4382.61186.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=64.71%
G=26.99%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187782400.580.870.2719.8877.2541.37
HexBB4E1803A571B144d29
Octal27311630072127332411551
Binary101110111001110110000111010101011111011101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E18; }

 p { color: rgb(187,78,24); }

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

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

 a { background-color: rgb(187,78,24); }

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

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

 span { border-color: rgb(187,78,24); }

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