#B73F12

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

Shades of Rust #B73F12

Tints of Rust #B73F12

Color information

#B73F12 (or 0xB73F12) is unknown color: approx Rust. HEX triplet: B7, 3F and 12. RGB value is (183,63,18). Sum of RGB (Red+Green+Blue) = 183+63+18=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F12 is #48C0ED. Grayscale: #5E5E5E. Windows color (decimal): -4767982 or 1195959. OLE color: 1195959.

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

Color convert

RGB1836318-
CMYK00.660.900.28
HSL16.36º82.09%39.41%-
HSV(B)16.36º90.16%71.76%-
XYZ21.4213.672.08-
YUV93.7585.26191.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.32%
GREEN value IS 63 (25% from 255) = 23.86%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=69.32%
G=23.86%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183631800.660.900.2816.3682.0939.41
HexB73F120425A1C105227
Octal26777220102132342012247
Binary101101111111111001001000010101101011100100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73F12; }

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

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

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

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

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

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

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

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