Html Css Color HEX #371015 Rustic Red

📋 copy color: '#371015'

red 55 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #371015

Tints of Rustic Red #371015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.39%

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

R = 59.78%
G = 17.39%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#371015 (or 0x371015) is known color: Rustic Red. HEX triplet: 37, 10 and 15. RGB value is (55,16,21). Sum of RGB (Red+Green+Blue) = 55+16+21=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #371015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371015 is #C8EFEA. Grayscale: #1C1C1C. Windows color (decimal): -13168619 or 1380407. OLE color: 1380407.

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

Color convert

RGB 55 16 21 -
CMYK 0 0.71 0.62 0.78
HSL 352.31º 0.55% 0.14% -
HSV(B) 352.31º 0.71% 0.22% -
XYZ 1.9 1.24 0.85 -
YUV 28.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 55 16 21 0 0.71 0.62 0.78 352.31 0.55 0.14
Hex 37 10 15 0 47 3E 4E 160 37 E
Octal 67 20 25 0 107 76 116 540 67 16
Binary 110111 10000 10101 0 1000111 111110 1001110 101100000 110111 1110

Color Harmonies of #371015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371015

Black with #371015

Text Example


Text Example

White with #371015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371015; }

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

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

background-color css

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

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

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

border-color css

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

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

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