#B73E04

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

Shades of Rust #B73E04

Tints of Rust #B73E04

Color information

#B73E04 (or 0xB73E04) is unknown color: approx Rust. HEX triplet: B7, 3E and 04. RGB value is (183,62,4). Sum of RGB (Red+Green+Blue) = 183+62+4=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73E04 is #48C1FB. Grayscale: #5B5B5B. Windows color (decimal): -4768252 or 278199. OLE color: 278199.

HSL color Cylindrical-coordinate representation of color #B73E04: hue angle of 19.44º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B73E04 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB183624-
CMYK00.660.980.28
HSL19.44º95.72%36.67%-
HSV(B)19.44º97.81%71.76%-
XYZ21.2713.521.6-
YUV91.5778.59193.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 73.49%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=73.49%
G=24.90%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18362400.660.980.2819.4495.7236.67
HexB73E4042621C136025
Octal2677640102142342314045
Binary1011011111111010001000010110001011100100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E04; }

 p { color: rgb(183,62,4); }

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

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

 a { background-color: rgb(183,62,4); }

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

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

 span { border-color: rgb(183,62,4); }

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