Html Css Color HEX #371013 Rustic Red

📋 copy color: '#371013'

red 55 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #371013

Tints of Rustic Red #371013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 61.11%
G = 17.78%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#371013 (or 0x371013) is known color: Rustic Red. HEX triplet: 37, 10 and 13. RGB value is (55,16,19). Sum of RGB (Red+Green+Blue) = 55+16+19=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #371013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371013 is #C8EFEC. Grayscale: #1C1C1C. Windows color (decimal): -13168621 or 1249335. OLE color: 1249335.

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

Color convert

RGB 55 16 19 -
CMYK 0 0.71 0.65 0.78
HSL 355.38º 0.55% 0.14% -
HSV(B) 355.38º 0.71% 0.22% -
XYZ 1.88 1.23 0.75 -
YUV 28 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 55 16 19 0 0.71 0.65 0.78 355.38 0.55 0.14
Hex 37 10 13 0 47 41 4E 163 37 E
Octal 67 20 23 0 107 101 116 543 67 16
Binary 110111 10000 10011 0 1000111 1000001 1001110 101100011 110111 1110

Color Harmonies of #371013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371013

Black with #371013

Text Example


Text Example

White with #371013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371013; }

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

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

background-color css

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

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

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

border-color css

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

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

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