#B73E18

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

Shades of Rust #B73E18

Tints of Rust #B73E18

Color information

#B73E18 (or 0xB73E18) is unknown color: approx Rust. HEX triplet: B7, 3E and 18. RGB value is (183,62,24). Sum of RGB (Red+Green+Blue) = 183+62+24=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73E18 is #48C1E7. Grayscale: #5E5E5E. Windows color (decimal): -4768232 or 1588919. OLE color: 1588919.

HSL color Cylindrical-coordinate representation of color #B73E18: hue angle of 14.34º 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 #B73E18 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB1836224-
CMYK00.660.870.28
HSL14.34º76.81%40.59%-
HSV(B)14.34º86.89%71.76%-
XYZ21.4213.582.36-
YUV93.8588.59191.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.03%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 24 (9.77% from 255) = 8.92%
R=68.03%
G=23.05%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183622400.660.870.2814.3476.8140.59
HexB73E18042571Ce4d29
Octal26776300102127341611551
Binary10110111111110110000100001010101111110011101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E18; }

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

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

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

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

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

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

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

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