#37191A

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

Shades of Rustic Red #37191A

Tints of Rustic Red #37191A

Color information

#37191A (or 0x37191A) is unknown color: approx Rustic Red. HEX triplet: 37, 19 and 1A. RGB value is (55,25,26). Sum of RGB (Red+Green+Blue) = 55+25+26=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37191A is #C8E6E5. Grayscale: #222222. Windows color (decimal): -13166310 or 1710391. OLE color: 1710391.

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

Color convert

RGB552526-
CMYK00.550.530.78
HSL358º37.5%15.69%-
HSV(B)358º54.55%21.57%-
XYZ2.111.581.17-
YUV34.08123.44142.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=51.89%
G=23.58%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55252600.550.530.7835837.515.69
Hex37191A037354E1662610
Octal673132067651165464620
Binary11011111001110100110111110101100111010110011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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