#B73509

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

Shades of Rust #B73509

Tints of Rust #B73509

Color information

#B73509 (or 0xB73509) is unknown color: approx Rust. HEX triplet: B7, 35 and 09. RGB value is (183,53,9). Sum of RGB (Red+Green+Blue) = 183+53+9=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B73509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73509 is #48CAF6. Grayscale: #575757. Windows color (decimal): -4770551 or 603575. OLE color: 603575.

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

Color convert

RGB183539-
CMYK00.710.950.28
HSL15.17º90.62%37.65%-
HSV(B)15.17º95.08%71.76%-
XYZ20.8512.631.6-
YUV86.8584.07196.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 9 (3.91% from 255) = 3.67%
R=74.69%
G=21.63%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18353900.710.950.2815.1790.6237.65
HexB73590475F1Cf5b26
Octal26765110107137341713346
Binary1011011111010110010100011110111111110011111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73509; }

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

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

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

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

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

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

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

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