#BB3A16

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

Shades of Rust #BB3A16

Tints of Rust #BB3A16

Color information

#BB3A16 (or 0xBB3A16) is unknown color: approx Rust. HEX triplet: BB, 3A and 16. RGB value is (187,58,22). Sum of RGB (Red+Green+Blue) = 187+58+22=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A16 is #44C5E9. Grayscale: #5C5C5C. Windows color (decimal): -4507114 or 1456827. OLE color: 1456827.

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

Color convert

RGB1875822-
CMYK00.690.880.27
HSL13.09º78.95%40.98%-
HSV(B)13.09º88.24%73.33%-
XYZ22.1513.652.23-
YUV92.4788.24195.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.04%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=70.04%
G=21.72%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187582200.690.880.2713.0978.9540.98
HexBB3A16045581Bd4f29
Octal27372260105130331511751
Binary10111011111010101100100010110110001101111011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A16; }

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

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

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

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

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

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

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

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