#37181D

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

Shades of Rustic Red #37181D

Tints of Rustic Red #37181D

Color information

#37181D (or 0x37181D) is unknown color: approx Rustic Red. HEX triplet: 37, 18 and 1D. RGB value is (55,24,29). Sum of RGB (Red+Green+Blue) = 55+24+29=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #37181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37181D is #C8E7E2. Grayscale: #212121. Windows color (decimal): -13166563 or 1906743. OLE color: 1906743.

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

Color convert

RGB552429-
CMYK00.560.470.78
HSL350.32º39.24%15.49%-
HSV(B)350.32º56.36%21.57%-
XYZ2.121.551.35-
YUV33.84125.27143.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.93%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=50.93%
G=22.22%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55242900.560.470.78350.3239.2415.49
Hex37181D0382F4E15e27f
Octal673035070571165364717
Binary1101111100011101011100010111110011101010111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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