Html Css Color HEX #371218 Rustic Red

📋 copy color: '#371218'

red 55 ◦ green 18 ◦ blue 24

#371218
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #371218

Tints of Rustic Red #371218

RGB

 RED value IS 55 (21.88% from 255) = 56.7%

 GREEN value IS 18 (7.42% from 255) = 18.56%

 BLUE value IS 24 (9.77% from 255) = 24.74%

R = 56.7%
G = 18.56%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#371218 (or 0x371218) is known color: 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

RGB 55 18 24 -
CMYK 0 0.67 0.56 0.78
HSL 350.27º 0.51% 0.14% -
HSV(B) 350.27º 0.67% 0.22% -
XYZ 1.96 1.31 1.01 -
YUV 29.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 55 18 24 0 0.67 0.56 0.78 350.27 0.51 0.14
Hex 37 12 18 0 43 38 4E 15E 33 E
Octal 67 22 30 0 103 70 116 536 63 16
Binary 110111 10010 11000 0 1000011 111000 1001110 101011110 110011 1110

Color Harmonies of #371218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371218

Black with #371218

Text Example


Text Example

White with #371218

Text Example


Text Example

HTML Codes & Css Web 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>