#BB3D12

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

Shades of Rust #BB3D12

Tints of Rust #BB3D12

Color information

#BB3D12 (or 0xBB3D12) is unknown color: approx Rust. HEX triplet: BB, 3D and 12. RGB value is (187,61,18). Sum of RGB (Red+Green+Blue) = 187+61+18=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3D12 is #44C2ED. Grayscale: #5E5E5E. Windows color (decimal): -4506350 or 1195451. OLE color: 1195451.

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

Color convert

RGB1876118-
CMYK00.670.900.27
HSL15.27º82.44%40.2%-
HSV(B)15.27º90.37%73.33%-
XYZ22.2713.952.09-
YUV93.7785.24194.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.30%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=70.30%
G=22.93%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187611800.670.900.2715.2782.4440.2
HexBB3D120435A1Bf5228
Octal27375220103132331712250
Binary10111011111101100100100001110110101101111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D12; }

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

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

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

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

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

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

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

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