#B33210

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

Shades of Rust #B33210

Tints of Rust #B33210

Color information

#B33210 (or 0xB33210) is unknown color: approx Rust. HEX triplet: B3, 32 and 10. RGB value is (179,50,16). Sum of RGB (Red+Green+Blue) = 179+50+16=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33210 is #4CCDEF. Grayscale: #545454. Windows color (decimal): -5033456 or 1061555. OLE color: 1061555.

HSL color Cylindrical-coordinate representation of color #B33210: hue angle of 12.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B33210 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB1795016-
CMYK00.720.910.30
HSL12.52º83.59%38.24%-
HSV(B)12.52º91.06%70.2%-
XYZ19.8211.91.74-
YUV84.789.24195.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.06%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=73.06%
G=20.41%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179501600.720.910.3012.5283.5938.24
HexB332100485B1Ed5426
Octal26362200110133361512446
Binary10110011110010100000100100010110111111011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33210; }

 p { color: rgb(179,50,16); }

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

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

 a { background-color: rgb(179,50,16); }

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

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

 span { border-color: rgb(179,50,16); }

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