#B73C20

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

Shades of Rust #B73C20

Tints of Rust #B73C20

Color information

#B73C20 (or 0xB73C20) is unknown color: approx Rust. HEX triplet: B7, 3C and 20. RGB value is (183,60,32). Sum of RGB (Red+Green+Blue) = 183+60+32=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C20 is #48C3DF. Grayscale: #5D5D5D. Windows color (decimal): -4768736 or 2112695. OLE color: 2112695.

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

Color convert

RGB1836032-
CMYK00.670.830.28
HSL11.13º70.23%42.16%-
HSV(B)11.13º82.51%71.76%-
XYZ21.4113.42.83-
YUV93.5893.25191.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.55%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=66.55%
G=21.82%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183603200.670.830.2811.1370.2342.16
HexB73C20043531Cb462a
Octal26774400103123341310652
Binary101101111111001000000100001110100111110010111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73C20; }

 p { color: rgb(183,60,32); }

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

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

 a { background-color: rgb(183,60,32); }

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

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

 span { border-color: rgb(183,60,32); }

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