#B73D0B

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

Shades of Rust #B73D0B

Tints of Rust #B73D0B

Color information

#B73D0B (or 0xB73D0B) is unknown color: approx Rust. HEX triplet: B7, 3D and 0B. RGB value is (183,61,11). Sum of RGB (Red+Green+Blue) = 183+61+11=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73D0B is #48C2F4. Grayscale: #5C5C5C. Windows color (decimal): -4768501 or 736695. OLE color: 736695.

HSL color Cylindrical-coordinate representation of color #B73D0B: hue angle of 17.44º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B73D0B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1836111-
CMYK00.670.940.28
HSL17.44º88.66%38.04%-
HSV(B)17.44º93.99%71.76%-
XYZ21.2613.431.79-
YUV91.7882.42193.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.76%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 11 (4.69% from 255) = 4.31%
R=71.76%
G=23.92%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183611100.670.940.2817.4488.6638.04
HexB73DB0435E1C115926
Octal26775130103136342113146
Binary10110111111101101101000011101111011100100011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73D0B; }

 p { color: rgb(183,61,11); }

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

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

 a { background-color: rgb(183,61,11); }

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

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

 span { border-color: rgb(183,61,11); }

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