#37131B

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

Shades of Rustic Red #37131B

Tints of Rustic Red #37131B

Color information

#37131B (or 0x37131B) is unknown color: approx Rustic Red. HEX triplet: 37, 13 and 1B. RGB value is (55,19,27). Sum of RGB (Red+Green+Blue) = 55+19+27=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #37131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37131B is #C8ECE4. Grayscale: #1E1E1E. Windows color (decimal): -13167845 or 1774391. OLE color: 1774391.

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

Color convert

RGB551927-
CMYK00.650.510.78
HSL346.67º48.65%14.51%-
HSV(B)346.67º65.45%21.57%-
XYZ2.011.361.19-
YUV30.68125.93145.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 54.46%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=54.46%
G=18.81%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55192700.650.510.78346.6748.6514.51
Hex37131B041334E15b31f
Octal6723330101631165336117
Binary11011110011110110100000111001110011101010110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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