#BB5213

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

Shades of Rust #BB5213

Tints of Rust #BB5213

Color information

#BB5213 (or 0xBB5213) is unknown color: approx Rust. HEX triplet: BB, 52 and 13. RGB value is (187,82,19). Sum of RGB (Red+Green+Blue) = 187+82+19=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5213 is #44ADEC. Grayscale: #6A6A6A. Windows color (decimal): -4500973 or 1266363. OLE color: 1266363.

HSL color Cylindrical-coordinate representation of color #BB5213: hue angle of 22.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB5213 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1878219-
CMYK00.560.900.27
HSL22.5º81.55%40.39%-
HSV(B)22.5º89.84%73.33%-
XYZ23.6316.652.58-
YUV106.2178.79185.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.93%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=64.93%
G=28.47%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187821900.560.900.2722.581.5540.39
HexBB52130385A1B165228
Octal27312223070132332612250
Binary101110111010010100110111000101101011011101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5213; }

 p { color: rgb(187,82,19); }

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

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

 a { background-color: rgb(187,82,19); }

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

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

 span { border-color: rgb(187,82,19); }

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