#B73A16

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

Shades of Rust #B73A16

Tints of Rust #B73A16

Color information

#B73A16 (or 0xB73A16) is unknown color: approx Rust. HEX triplet: B7, 3A and 16. RGB value is (183,58,22). Sum of RGB (Red+Green+Blue) = 183+58+22=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73A16 is #48C5E9. Grayscale: #5B5B5B. Windows color (decimal): -4769258 or 1456823. OLE color: 1456823.

HSL color Cylindrical-coordinate representation of color #B73A16: hue angle of 13.42º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B73A16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB1835822-
CMYK00.680.880.28
HSL13.42º78.54%40.2%-
HSV(B)13.42º87.98%71.76%-
XYZ21.1913.152.18-
YUV91.2788.91193.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.58%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 22 (8.98% from 255) = 8.37%
R=69.58%
G=22.05%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183582200.680.880.2813.4278.5440.2
HexB73A16044581Cd4f28
Octal26772260104130341511750
Binary10110111111010101100100010010110001110011011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73A16; }

 p { color: rgb(183,58,22); }

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

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

 a { background-color: rgb(183,58,22); }

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

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

 span { border-color: rgb(183,58,22); }

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