#B73C12

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

Shades of Rust #B73C12

Tints of Rust #B73C12

Color information

#B73C12 (or 0xB73C12) is unknown color: approx Rust. HEX triplet: B7, 3C and 12. RGB value is (183,60,18). Sum of RGB (Red+Green+Blue) = 183+60+18=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C12 is #48C3ED. Grayscale: #5C5C5C. Windows color (decimal): -4768750 or 1195191. OLE color: 1195191.

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

Color convert

RGB1836018-
CMYK00.670.900.28
HSL15.27º82.09%39.41%-
HSV(B)15.27º90.16%71.76%-
XYZ21.2513.342.03-
YUV91.9986.25192.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.11%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=70.11%
G=22.99%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183601800.670.900.2815.2782.0939.41
HexB73C120435A1Cf5227
Octal26774220103132341712247
Binary10110111111100100100100001110110101110011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73C12; }

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

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

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

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

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

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

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

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