#371218

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

Shades of Rustic Red #371218

Tints of Rustic Red #371218

Color information

#371218 (or 0x371218) is unknown color: approx Rustic Red. HEX triplet: 37, 12 and 18. RGB value is (55,18,24). Sum of RGB (Red+Green+Blue) = 55+18+24=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371218 is #C8EDE7. Grayscale: #1D1D1D. Windows color (decimal): -13168104 or 1577527. OLE color: 1577527.

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

Color convert

RGB551824-
CMYK00.670.560.78
HSL350.27º50.68%14.31%-
HSV(B)350.27º67.27%21.57%-
XYZ1.961.311.01-
YUV29.75124.76146.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=56.70%
G=18.56%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55182400.670.560.78350.2750.6814.31
Hex371218043384E15e33e
Octal6722300103701165366316
Binary11011110010110000100001111100010011101010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371218; }

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

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

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

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

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

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

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

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