#B53C1E

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

Shades of Rust #B53C1E

Tints of Rust #B53C1E

Color information

#B53C1E (or 0xB53C1E) is unknown color: approx Rust. HEX triplet: B5, 3C and 1E. RGB value is (181,60,30). Sum of RGB (Red+Green+Blue) = 181+60+30=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C1E is #4AC3E1. Grayscale: #5C5C5C. Windows color (decimal): -4899810 or 1981621. OLE color: 1981621.

HSL color Cylindrical-coordinate representation of color #B53C1E: hue angle of 11.92º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B53C1E is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1816030-
CMYK00.670.830.29
HSL11.92º71.56%41.37%-
HSV(B)11.92º83.43%70.98%-
XYZ20.9113.152.66-
YUV92.7692.59190.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.79%
GREEN value IS 60 (23.83% from 255) = 22.14%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=66.79%
G=22.14%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181603000.670.830.2911.9271.5641.37
HexB53C1E043531Dc4829
Octal26574360103123351411051
Binary10110101111100111100100001110100111110111001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C1E; }

 p { color: rgb(181,60,30); }

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

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

 a { background-color: rgb(181,60,30); }

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

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

 span { border-color: rgb(181,60,30); }

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