Html Css Color HEX #371119 Rustic Red

📋 copy color: '#371119'

red 55 ◦ green 17 ◦ blue 25

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

Shades of Rustic Red #371119

Tints of Rustic Red #371119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.53%

 BLUE value IS 25 (10.16% from 255) = 25.77%

R = 56.7%
G = 17.53%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#371119 (or 0x371119) is known color: Rustic Red. HEX triplet: 37, 11 and 19. RGB value is (55,17,25). Sum of RGB (Red+Green+Blue) = 55+17+25=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371119 is #C8EEE6. Grayscale: #1D1D1D. Windows color (decimal): -13168359 or 1642807. OLE color: 1642807.

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

Color convert

RGB 55 17 25 -
CMYK 0 0.69 0.55 0.78
HSL 347.37º 0.53% 0.14% -
HSV(B) 347.37º 0.69% 0.22% -
XYZ 1.95 1.28 1.06 -
YUV 29.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 55 17 25 0 0.69 0.55 0.78 347.37 0.53 0.14
Hex 37 11 19 0 45 37 4E 15B 35 E
Octal 67 21 31 0 105 67 116 533 65 16
Binary 110111 10001 11001 0 1000101 110111 1001110 101011011 110101 1110

Color Harmonies of #371119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371119

Black with #371119

Text Example


Text Example

White with #371119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371119; }

 p { color: rgb(55,17,25); }

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

background-color css

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

 a { background-color: rgb(55,17,25); }

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

border-color css

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

 span { border-color: rgb(55,17,25); }

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