#BB3A18

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

Shades of Rust #BB3A18

Tints of Rust #BB3A18

Color information

#BB3A18 (or 0xBB3A18) is unknown color: approx Rust. HEX triplet: BB, 3A and 18. RGB value is (187,58,24). Sum of RGB (Red+Green+Blue) = 187+58+24=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A18 is #44C5E7. Grayscale: #5C5C5C. Windows color (decimal): -4507112 or 1587899. OLE color: 1587899.

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

Color convert

RGB1875824-
CMYK00.690.870.27
HSL12.52º77.25%41.37%-
HSV(B)12.52º87.17%73.33%-
XYZ22.1713.662.33-
YUV92.789.24195.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.52%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 24 (9.77% from 255) = 8.92%
R=69.52%
G=21.56%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187582400.690.870.2712.5277.2541.37
HexBB3A18045571Bd4d29
Octal27372300105127331511551
Binary10111011111010110000100010110101111101111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A18; }

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

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

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

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

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

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

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

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