#37161B

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

Shades of Rustic Red #37161B

Tints of Rustic Red #37161B

Color information

#37161B (or 0x37161B) is unknown color: approx Rustic Red. HEX triplet: 37, 16 and 1B. RGB value is (55,22,27). Sum of RGB (Red+Green+Blue) = 55+22+27=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37161B is #C8E9E4. Grayscale: #202020. Windows color (decimal): -13167077 or 1775159. OLE color: 1775159.

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

Color convert

RGB552227-
CMYK00.60.510.78
HSL350.91º42.86%15.1%-
HSV(B)350.91º60%21.57%-
XYZ2.061.471.21-
YUV32.44124.93144.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=52.88%
G=21.15%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55222700.60.510.78350.9142.8615.1
Hex37161B03C334E15f2bf
Octal672633074631165375317
Binary1101111011011011011110011001110011101010111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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