#37141A

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

Shades of Rustic Red #37141A

Tints of Rustic Red #37141A

Color information

#37141A (or 0x37141A) is unknown color: approx Rustic Red. HEX triplet: 37, 14 and 1A. RGB value is (55,20,26). Sum of RGB (Red+Green+Blue) = 55+20+26=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #37141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37141A is #C8EBE5. Grayscale: #1F1F1F. Windows color (decimal): -13167590 or 1709111. OLE color: 1709111.

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

Color convert

RGB552026-
CMYK00.640.530.78
HSL349.71º46.67%14.71%-
HSV(B)349.71º63.64%21.57%-
XYZ2.011.391.14-
YUV31.15125.1145.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 54.46%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=54.46%
G=19.80%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55202600.640.530.78349.7146.6714.71
Hex37141A040354E15e2ff
Octal6724320100651165365717
Binary11011110100110100100000011010110011101010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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