#B73812

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

Shades of Rust #B73812

Tints of Rust #B73812

Color information

#B73812 (or 0xB73812) is unknown color: approx Rust. HEX triplet: B7, 38 and 12. RGB value is (183,56,18). Sum of RGB (Red+Green+Blue) = 183+56+18=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B73812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73812 is #48C7ED. Grayscale: #595959. Windows color (decimal): -4769774 or 1194167. OLE color: 1194167.

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

Color convert

RGB1835618-
CMYK00.690.900.28
HSL13.82º82.09%39.41%-
HSV(B)13.82º90.16%71.76%-
XYZ21.0512.941.96-
YUV89.6487.58194.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.21%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=71.21%
G=21.79%
B=7.00%

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
Decimal183561800.690.900.2813.8282.0939.41
HexB738120455A1Ce5227
Octal26770220105132341612247
Binary10110111111000100100100010110110101110011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73812; }

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

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

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

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

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

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

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

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