#37151B

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

Shades of Rustic Red #37151B

Tints of Rustic Red #37151B

Color information

#37151B (or 0x37151B) is unknown color: approx Rustic Red. HEX triplet: 37, 15 and 1B. RGB value is (55,21,27). Sum of RGB (Red+Green+Blue) = 55+21+27=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37151B is #C8EAE4. Grayscale: #1F1F1F. Windows color (decimal): -13167333 or 1774903. OLE color: 1774903.

HSL color Cylindrical-coordinate representation of color #37151B: hue angle of 349.41º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37151B is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB552127-
CMYK00.620.510.78
HSL349.41º44.74%14.9%-
HSV(B)349.41º61.82%21.57%-
XYZ2.041.431.2-
YUV31.85125.26144.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=53.40%
G=20.39%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55212700.620.510.78349.4144.7414.9
Hex37151B03E334E15d2df
Octal672533076631165355517
Binary1101111010111011011111011001110011101010111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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