#37141B

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

Shades of Rustic Red #37141B

Tints of Rustic Red #37141B

Color information

#37141B (or 0x37141B) is unknown color: approx Rustic Red. HEX triplet: 37, 14 and 1B. RGB value is (55,20,27). Sum of RGB (Red+Green+Blue) = 55+20+27=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37141B is #C8EBE4. Grayscale: #1F1F1F. Windows color (decimal): -13167589 or 1774647. OLE color: 1774647.

HSL color Cylindrical-coordinate representation of color #37141B: hue angle of 348º 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 #37141B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB552027-
CMYK00.640.510.78
HSL348º46.67%14.71%-
HSV(B)348º63.64%21.57%-
XYZ2.021.391.2-
YUV31.26125.6144.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=53.92%
G=19.61%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55202700.640.510.7834846.6714.71
Hex37141B040334E15c2ff
Octal6724330100631165345717
Binary11011110100110110100000011001110011101010111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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