Html Css Color HEX #371315 Rustic Red

📋 copy color: '#371315'

red 55 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #371315

Tints of Rustic Red #371315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

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

R = 57.89%
G = 20%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#371315 (or 0x371315) is known color: Rustic Red. HEX triplet: 37, 13 and 15. RGB value is (55,19,21). Sum of RGB (Red+Green+Blue) = 55+19+21=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371315 is #C8ECEA. Grayscale: #1E1E1E. Windows color (decimal): -13167851 or 1381175. OLE color: 1381175.

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

Color convert

RGB 55 19 21 -
CMYK 0 0.65 0.62 0.78
HSL 356.67º 0.49% 0.15% -
HSV(B) 356.67º 0.65% 0.22% -
XYZ 1.94 1.33 0.86 -
YUV 29.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 55 19 21 0 0.65 0.62 0.78 356.67 0.49 0.15
Hex 37 13 15 0 41 3E 4E 165 31 F
Octal 67 23 25 0 101 76 116 545 61 17
Binary 110111 10011 10101 0 1000001 111110 1001110 101100101 110001 1111

Color Harmonies of #371315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371315

Black with #371315

Text Example


Text Example

White with #371315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371315; }

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

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

background-color css

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

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

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

border-color css

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

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

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