#B73912

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

Shades of Rust #B73912

Tints of Rust #B73912

Color information

#B73912 (or 0xB73912) is unknown color: approx Rust. HEX triplet: B7, 39 and 12. RGB value is (183,57,18). Sum of RGB (Red+Green+Blue) = 183+57+18=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B73912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73912 is #48C6ED. Grayscale: #5A5A5A. Windows color (decimal): -4769518 or 1194423. OLE color: 1194423.

HSL color Cylindrical-coordinate representation of color #B73912: hue angle of 14.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73912 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1835718-
CMYK00.690.900.28
HSL14.18º82.09%39.41%-
HSV(B)14.18º90.16%71.76%-
XYZ21.113.041.98-
YUV90.2387.24194.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.93%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=70.93%
G=22.09%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183571800.690.900.2814.1882.0939.41
HexB739120455A1Ce5227
Octal26771220105132341612247
Binary10110111111001100100100010110110101110011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73912; }

 p { color: rgb(183,57,18); }

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

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

 a { background-color: rgb(183,57,18); }

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

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

 span { border-color: rgb(183,57,18); }

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