#37161D

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

Shades of Rustic Red #37161D

Tints of Rustic Red #37161D

Color information

#37161D (or 0x37161D) is unknown color: approx Rustic Red. HEX triplet: 37, 16 and 1D. RGB value is (55,22,29). Sum of RGB (Red+Green+Blue) = 55+22+29=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37161D is #C8E9E2. Grayscale: #202020. Windows color (decimal): -13167075 or 1906231. OLE color: 1906231.

HSL color Cylindrical-coordinate representation of color #37161D: hue angle of 347.27º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37161D is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB552229-
CMYK00.60.470.78
HSL347.27º42.86%15.1%-
HSV(B)347.27º60%21.57%-
XYZ2.081.471.34-
YUV32.66125.93143.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=51.89%
G=20.75%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55222900.60.470.78347.2742.8615.1
Hex37161D03C2F4E15b2bf
Octal672635074571165335317
Binary1101111011011101011110010111110011101010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37161D; }

 p { color: rgb(55,22,29); }

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

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

 a { background-color: rgb(55,22,29); }

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

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

 span { border-color: rgb(55,22,29); }

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