#B73C18

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

Shades of Rust #B73C18

Tints of Rust #B73C18

Color information

#B73C18 (or 0xB73C18) is unknown color: approx Rust. HEX triplet: B7, 3C and 18. RGB value is (183,60,24). Sum of RGB (Red+Green+Blue) = 183+60+24=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C18 is #48C3E7. Grayscale: #5C5C5C. Windows color (decimal): -4768744 or 1588407. OLE color: 1588407.

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

Color convert

RGB1836024-
CMYK00.670.870.28
HSL13.58º76.81%40.59%-
HSV(B)13.58º86.89%71.76%-
XYZ21.3113.362.32-
YUV92.6789.25192.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.54%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=68.54%
G=22.47%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183602400.670.870.2813.5876.8140.59
HexB73C18043571Ce4d29
Octal26774300103127341611551
Binary10110111111100110000100001110101111110011101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73C18; }

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

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

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

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

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

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

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

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