Html Css Color HEX #371113 Rustic Red

📋 copy color: '#371113'

red 55 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #371113

Tints of Rustic Red #371113

RGB

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

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

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

R = 60.44%
G = 18.68%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#371113 (or 0x371113) is known color: Rustic Red. HEX triplet: 37, 11 and 13. RGB value is (55,17,19). Sum of RGB (Red+Green+Blue) = 55+17+19=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #371113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371113 is #C8EEEC. Grayscale: #1C1C1C. Windows color (decimal): -13168365 or 1249591. OLE color: 1249591.

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

Color convert

RGB 55 17 19 -
CMYK 0 0.69 0.65 0.78
HSL 356.84º 0.53% 0.14% -
HSV(B) 356.84º 0.69% 0.22% -
XYZ 1.89 1.26 0.76 -
YUV 28.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 55 17 19 0 0.69 0.65 0.78 356.84 0.53 0.14
Hex 37 11 13 0 45 41 4E 165 35 E
Octal 67 21 23 0 105 101 116 545 65 16
Binary 110111 10001 10011 0 1000101 1000001 1001110 101100101 110101 1110

Color Harmonies of #371113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371113

Black with #371113

Text Example


Text Example

White with #371113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371113; }

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

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

background-color css

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

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

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

border-color css

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

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

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