#B74808

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

Shades of Rust #B74808

Tints of Rust #B74808

Color information

#B74808 (or 0xB74808) is unknown color: approx Rust. HEX triplet: B7, 48 and 08. RGB value is (183,72,8). Sum of RGB (Red+Green+Blue) = 183+72+8=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B74808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74808 is #48B7F7. Grayscale: #626262. Windows color (decimal): -4765688 or 542903. OLE color: 542903.

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

Color convert

RGB183728-
CMYK00.610.960.28
HSL21.94º91.62%37.45%-
HSV(B)21.94º95.63%71.76%-
XYZ21.8914.721.92-
YUV97.8977.27188.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.58%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=69.58%
G=27.38%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18372800.610.960.2821.9491.6237.45
HexB748803D601C165c25
Octal26711010075140342613445
Binary10110111100100010000111101110000011100101101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74808; }

 p { color: rgb(183,72,8); }

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

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

 a { background-color: rgb(183,72,8); }

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

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

 span { border-color: rgb(183,72,8); }

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