#371517

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

Shades of Rustic Red #371517

Tints of Rustic Red #371517

Color information

#371517 (or 0x371517) is unknown color: approx Rustic Red. HEX triplet: 37, 15 and 17. RGB value is (55,21,23). Sum of RGB (Red+Green+Blue) = 55+21+23=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #371517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371517 is #C8EAE8. Grayscale: #1F1F1F. Windows color (decimal): -13167337 or 1512759. OLE color: 1512759.

HSL color Cylindrical-coordinate representation of color #371517: hue angle of 356.47º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371517 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB552123-
CMYK00.620.580.78
HSL356.47º44.74%14.9%-
HSV(B)356.47º61.82%21.57%-
XYZ21.410.98-
YUV31.39123.26144.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55.56%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=55.56%
G=21.21%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55212300.620.580.78356.4744.7414.9
Hex37151703E3A4E1642df
Octal672527076721165445517
Binary1101111010110111011111011101010011101011001001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371517; }

 p { color: rgb(55,21,23); }

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

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

 a { background-color: rgb(55,21,23); }

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

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

 span { border-color: rgb(55,21,23); }

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