#B74816

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

Shades of Rust #B74816

Tints of Rust #B74816

Color information

#B74816 (or 0xB74816) is unknown color: approx Rust. HEX triplet: B7, 48 and 16. RGB value is (183,72,22). Sum of RGB (Red+Green+Blue) = 183+72+22=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B74816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74816 is #48B7E9. Grayscale: #636363. Windows color (decimal): -4765674 or 1460407. OLE color: 1460407.

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

Color convert

RGB1837222-
CMYK00.610.880.28
HSL18.63º78.54%40.2%-
HSV(B)18.63º87.98%71.76%-
XYZ21.9914.762.45-
YUV99.4984.27187.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.06%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=66.06%
G=25.99%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183722200.610.880.2818.6378.5440.2
HexB7481603D581C134f28
Octal26711026075130342311750
Binary101101111001000101100111101101100011100100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74816; }

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

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

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

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

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

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

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

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