#b53010

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

Shades of Rust #B53010

Tints of Rust #B53010

Color information

#B53010 (or 0xB53010) is unknown color: approx Rust. HEX triplet: B5, 30 and 10. RGB value is (181,48,16). Sum of RGB (Red+Green+Blue) = 181+48+16=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B53010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53010 is #4ACFEF. Grayscale: #545454. Windows color (decimal): -4902896 or 1061045. OLE color: 1061045.

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

Color convert

RGB1814816-
CMYK00.730.910.29
HSL11.64º83.76%38.63%-
HSV(B)11.64º91.16%70.98%-
XYZ20.2111.981.74-
YUV84.1289.56197.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.88%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=73.88%
G=19.59%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181481600.730.910.2911.6483.7638.63
HexB530100495B1Dc5427
Octal26560200111133351412447
Binary10110101110000100000100100110110111110111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53010; }

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

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

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

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

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

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

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

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