Html Css Color HEX #371316 Rustic Red

📋 copy color: '#371316'

red 55 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #371316

Tints of Rustic Red #371316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22.92%

R = 57.29%
G = 19.79%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#371316 (or 0x371316) is known color: Rustic Red. HEX triplet: 37, 13 and 16. RGB value is (55,19,22). Sum of RGB (Red+Green+Blue) = 55+19+22=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371316 is #C8ECE9. Grayscale: #1E1E1E. Windows color (decimal): -13167850 or 1446711. OLE color: 1446711.

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

Color convert

RGB 55 19 22 -
CMYK 0 0.65 0.6 0.78
HSL 355º 0.49% 0.15% -
HSV(B) 355º 0.65% 0.22% -
XYZ 1.95 1.34 0.91 -
YUV 30.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 55 19 22 0 0.65 0.6 0.78 355 0.49 0.15
Hex 37 13 16 0 41 3C 4E 163 31 F
Octal 67 23 26 0 101 74 116 543 61 17
Binary 110111 10011 10110 0 1000001 111100 1001110 101100011 110001 1111

Color Harmonies of #371316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371316

Black with #371316

Text Example


Text Example

White with #371316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371316; }

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

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

background-color css

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

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

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

border-color css

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

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

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