#B73206

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

Shades of Rust #B73206

Tints of Rust #B73206

Color information

#B73206 (or 0xB73206) is unknown color: approx Rust. HEX triplet: B7, 32 and 06. RGB value is (183,50,6). Sum of RGB (Red+Green+Blue) = 183+50+6=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B73206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73206 is #48CDF9. Grayscale: #555555. Windows color (decimal): -4771322 or 406199. OLE color: 406199.

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

Color convert

RGB183506-
CMYK00.730.970.28
HSL14.92º93.65%37.06%-
HSV(B)14.92º96.72%71.76%-
XYZ20.712.361.47-
YUV84.7583.56198.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.57%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=76.57%
G=20.92%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18350600.730.970.2814.9293.6537.06
HexB7326049611Cf5e25
Octal2676260111141341713645
Binary101101111100101100100100111000011110011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73206; }

 p { color: rgb(183,50,6); }

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

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

 a { background-color: rgb(183,50,6); }

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

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

 span { border-color: rgb(183,50,6); }

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