#B53D20

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

Shades of Rust #B53D20

Tints of Rust #B53D20

Color information

#B53D20 (or 0xB53D20) is unknown color: approx Rust. HEX triplet: B5, 3D and 20. RGB value is (181,61,32). Sum of RGB (Red+Green+Blue) = 181+61+32=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D20 is #4AC2DF. Grayscale: #5D5D5D. Windows color (decimal): -4899552 or 2112949. OLE color: 2112949.

HSL color Cylindrical-coordinate representation of color #B53D20: hue angle of 11.68º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B53D20 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1816132-
CMYK00.660.820.29
HSL11.68º69.95%41.76%-
HSV(B)11.68º82.32%70.98%-
XYZ20.9913.272.82-
YUV93.5793.26190.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.06%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=66.06%
G=22.26%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181613200.660.820.2911.6869.9541.76
HexB53D20042521Dc462a
Octal26575400102122351410652
Binary101101011111011000000100001010100101110111001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D20; }

 p { color: rgb(181,61,32); }

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

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

 a { background-color: rgb(181,61,32); }

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

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

 span { border-color: rgb(181,61,32); }

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