Html Css Color HEX #371215 Rustic Red

📋 copy color: '#371215'

red 55 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #371215

Tints of Rustic Red #371215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 58.51%
G = 19.15%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#371215 (or 0x371215) is known color: Rustic Red. HEX triplet: 37, 12 and 15. RGB value is (55,18,21). Sum of RGB (Red+Green+Blue) = 55+18+21=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371215 is #C8EDEA. Grayscale: #1D1D1D. Windows color (decimal): -13168107 or 1380919. OLE color: 1380919.

HSL color Cylindrical-coordinate representation of color #371215: hue angle of 355.14º 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 #371215 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 21 -
CMYK 0 0.67 0.62 0.78
HSL 355.14º 0.51% 0.14% -
HSV(B) 355.14º 0.67% 0.22% -
XYZ 1.93 1.3 0.86 -
YUV 29.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 55 18 21 0 0.67 0.62 0.78 355.14 0.51 0.14
Hex 37 12 15 0 43 3E 4E 163 33 E
Octal 67 22 25 0 103 76 116 543 63 16
Binary 110111 10010 10101 0 1000011 111110 1001110 101100011 110011 1110

Color Harmonies of #371215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371215

Black with #371215

Text Example


Text Example

White with #371215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371215; }

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

 H1.HeaderClassName
 {
   color: #371215;
 }
 .AnyTagClassName
 {
   color: #371215;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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