#B53012

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

Shades of Rust #B53012

Tints of Rust #B53012

Color information

#B53012 (or 0xB53012) is unknown color: approx Rust. HEX triplet: B5, 30 and 12. RGB value is (181,48,18). Sum of RGB (Red+Green+Blue) = 181+48+18=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B53012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53012 is #4ACFED. Grayscale: #545454. Windows color (decimal): -4902894 or 1192117. OLE color: 1192117.

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

Color convert

RGB1814818-
CMYK00.730.900.29
HSL11.04º81.91%39.02%-
HSV(B)11.04º90.06%70.98%-
XYZ20.2211.981.82-
YUV84.3590.56196.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.28%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=73.28%
G=19.43%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181481800.730.900.2911.0481.9139.02
HexB530120495A1Db5227
Octal26560220111132351312247
Binary10110101110000100100100100110110101110110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53012; }

 p { color: rgb(181,48,18); }

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

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

 a { background-color: rgb(181,48,18); }

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

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

 span { border-color: rgb(181,48,18); }

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