#B7470B

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

Shades of Rust #B7470B

Tints of Rust #B7470B

Color information

#B7470B (or 0xB7470B) is unknown color: approx Rust. HEX triplet: B7, 47 and 0B. RGB value is (183,71,11). Sum of RGB (Red+Green+Blue) = 183+71+11=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7470B is #48B8F4. Grayscale: #616161. Windows color (decimal): -4765941 or 739255. OLE color: 739255.

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

Color convert

RGB1837111-
CMYK00.610.940.28
HSL20.93º88.66%38.04%-
HSV(B)20.93º93.99%71.76%-
XYZ21.8414.61.98-
YUV97.6579.11188.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.06%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 11 (4.69% from 255) = 4.15%
R=69.06%
G=26.79%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183711100.610.940.2820.9388.6638.04
HexB747B03D5E1C155926
Octal26710713075136342513146
Binary10110111100011110110111101101111011100101011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7470B; }

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

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

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

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

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

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

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

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