#B73609

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

Shades of Rust #B73609

Tints of Rust #B73609

Color information

#B73609 (or 0xB73609) is unknown color: approx Rust. HEX triplet: B7, 36 and 09. RGB value is (183,54,9). Sum of RGB (Red+Green+Blue) = 183+54+9=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B73609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73609 is #48C9F6. Grayscale: #575757. Windows color (decimal): -4770295 or 603831. OLE color: 603831.

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

Color convert

RGB183549-
CMYK00.700.950.28
HSL15.52º90.62%37.65%-
HSV(B)15.52º95.08%71.76%-
XYZ20.912.731.61-
YUV87.4483.74196.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.39%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 9 (3.91% from 255) = 3.66%
R=74.39%
G=21.95%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18354900.700.950.2815.5290.6237.65
HexB73690465F1C105b26
Octal26766110106137342013346
Binary10110111110110100101000110101111111100100001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73609; }

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

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

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

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

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

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

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

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