#371215

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

Shades of Rustic Red #371215

Tints of Rustic Red #371215

Color information

#371215 (or 0x371215) is unknown color: approx Rustic Red. HEX triplet: 37, 12 and 15. RGB value is (55,18,21). Sum of RGB (Red+Green+Blue) = 55+18+21=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371215 is #C8EDEA. Grayscale: #1D1D1D. Windows color (decimal): -13168107 or 1380919. OLE color: 1380919.

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

Color convert

RGB551821-
CMYK00.670.620.78
HSL355.14º50.68%14.31%-
HSV(B)355.14º67.27%21.57%-
XYZ1.931.30.86-
YUV29.4123.26146.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 58.51%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=58.51%
G=19.15%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55182100.670.620.78355.1450.6814.31
Hex3712150433E4E16333e
Octal6722250103761165436316
Binary11011110010101010100001111111010011101011000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371215; }

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

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

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

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

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

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

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

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