#B73409

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

Shades of Rust #B73409

Tints of Rust #B73409

Color information

#B73409 (or 0xB73409) is unknown color: approx Rust. HEX triplet: B7, 34 and 09. RGB value is (183,52,9). Sum of RGB (Red+Green+Blue) = 183+52+9=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B73409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73409 is #48CBF6. Grayscale: #565656. Windows color (decimal): -4770807 or 603319. OLE color: 603319.

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

Color convert

RGB183529-
CMYK00.720.950.28
HSL14.83º90.62%37.65%-
HSV(B)14.83º95.08%71.76%-
XYZ20.8112.541.58-
YUV86.2784.4197-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 9 (3.91% from 255) = 3.69%
R=75%
G=21.31%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18352900.720.950.2814.8390.6237.65
HexB73490485F1Cf5b26
Octal26764110110137341713346
Binary1011011111010010010100100010111111110011111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73409; }

 p { color: rgb(183,52,9); }

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

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

 a { background-color: rgb(183,52,9); }

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

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

 span { border-color: rgb(183,52,9); }

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