#BB3D16

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

Shades of Rust #BB3D16

Tints of Rust #BB3D16

Color information

#BB3D16 (or 0xBB3D16) is unknown color: approx Rust. HEX triplet: BB, 3D and 16. RGB value is (187,61,22). Sum of RGB (Red+Green+Blue) = 187+61+22=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3D16 is #44C2E9. Grayscale: #5E5E5E. Windows color (decimal): -4506346 or 1457595. OLE color: 1457595.

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

Color convert

RGB1876122-
CMYK00.670.880.27
HSL14.18º78.95%40.98%-
HSV(B)14.18º88.24%73.33%-
XYZ22.3113.962.28-
YUV94.2387.24194.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.26%
GREEN value IS 61 (24.22% from 255) = 22.59%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=69.26%
G=22.59%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187612200.670.880.2714.1878.9540.98
HexBB3D16043581Be4f29
Octal27375260103130331611751
Binary10111011111101101100100001110110001101111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D16; }

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

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

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

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

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

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

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

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