#B53203

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

Shades of Rust #B53203

Tints of Rust #B53203

Color information

#B53203 (or 0xB53203) is unknown color: approx Rust. HEX triplet: B5, 32 and 03. RGB value is (181,50,3). Sum of RGB (Red+Green+Blue) = 181+50+3=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B53203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53203 is #4ACDFC. Grayscale: #545454. Windows color (decimal): -4902397 or 209589. OLE color: 209589.

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

Color convert

RGB181503-
CMYK00.720.980.29
HSL15.84º96.74%36.08%-
HSV(B)15.84º98.34%70.98%-
XYZ20.2112.111.36-
YUV83.8182.4197.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 77.35%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=77.35%
G=21.37%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18150300.720.980.2915.8496.7436.08
HexB5323048621D106124
Octal2656230110142352014144
Binary101101011100101101001000110001011101100001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53203; }

 p { color: rgb(181,50,3); }

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

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

 a { background-color: rgb(181,50,3); }

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

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

 span { border-color: rgb(181,50,3); }

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