#371019

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

Shades of Rustic Red #371019

Tints of Rustic Red #371019

Color information

#371019 (or 0x371019) is unknown color: approx Rustic Red. HEX triplet: 37, 10 and 19. RGB value is (55,16,25). Sum of RGB (Red+Green+Blue) = 55+16+25=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371019 is #C8EFE6. Grayscale: #1C1C1C. Windows color (decimal): -13168615 or 1642551. OLE color: 1642551.

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

Color convert

RGB551625-
CMYK00.710.550.78
HSL346.15º54.93%13.92%-
HSV(B)346.15º70.91%21.57%-
XYZ1.941.251.06-
YUV28.69125.92146.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=57.29%
G=16.67%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55162500.710.550.78346.1554.9313.92
Hex371019047374E15a37e
Octal6720310107671165326716
Binary11011110000110010100011111011110011101010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371019; }

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

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

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

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

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

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

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

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