#371219

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

Shades of Rustic Red #371219

Tints of Rustic Red #371219

Color information

#371219 (or 0x371219) is unknown color: approx Rustic Red. HEX triplet: 37, 12 and 19. RGB value is (55,18,25). Sum of RGB (Red+Green+Blue) = 55+18+25=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371219 is #C8EDE6. Grayscale: #1D1D1D. Windows color (decimal): -13168103 or 1643063. OLE color: 1643063.

HSL color Cylindrical-coordinate representation of color #371219: hue angle of 348.65º 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 #371219 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB551825-
CMYK00.670.550.78
HSL348.65º50.68%14.31%-
HSV(B)348.65º67.27%21.57%-
XYZ1.971.321.07-
YUV29.86125.26145.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=56.12%
G=18.37%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55182500.670.550.78348.6550.6814.31
Hex371219043374E15d33e
Octal6722310103671165356316
Binary11011110010110010100001111011110011101010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371219; }

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

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

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

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

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

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

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

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