#37181A

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

Shades of Rustic Red #37181A

Tints of Rustic Red #37181A

Color information

#37181A (or 0x37181A) is unknown color: approx Rustic Red. HEX triplet: 37, 18 and 1A. RGB value is (55,24,26). Sum of RGB (Red+Green+Blue) = 55+24+26=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #37181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37181A is #C8E7E5. Grayscale: #212121. Windows color (decimal): -13166566 or 1710135. OLE color: 1710135.

HSL color Cylindrical-coordinate representation of color #37181A: hue angle of 356.13º 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 #37181A is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB552426-
CMYK00.560.530.78
HSL356.13º39.24%15.49%-
HSV(B)356.13º56.36%21.57%-
XYZ2.091.541.16-
YUV33.5123.77143.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.38%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=52.38%
G=22.86%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55242600.560.530.78356.1339.2415.49
Hex37181A038354E16427f
Octal673032070651165444717
Binary1101111100011010011100011010110011101011001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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