#37181B

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

Shades of Rustic Red #37181B

Tints of Rustic Red #37181B

Color information

#37181B (or 0x37181B) is unknown color: approx Rustic Red. HEX triplet: 37, 18 and 1B. RGB value is (55,24,27). Sum of RGB (Red+Green+Blue) = 55+24+27=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37181B is #C8E7E4. Grayscale: #212121. Windows color (decimal): -13166565 or 1775671. OLE color: 1775671.

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

Color convert

RGB552427-
CMYK00.560.510.78
HSL354.19º39.24%15.49%-
HSV(B)354.19º56.36%21.57%-
XYZ2.11.541.22-
YUV33.61124.27143.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=51.89%
G=22.64%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55242700.560.510.78354.1939.2415.49
Hex37181B038334E16227f
Octal673033070631165424717
Binary1101111100011011011100011001110011101011000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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