Html Css Color HEX #371416 Rustic Red

📋 copy color: '#371416'

red 55 ◦ green 20 ◦ blue 22

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

Shades of Rustic Red #371416

Tints of Rustic Red #371416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.62%

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

R = 56.7%
G = 20.62%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#371416 (or 0x371416) is known color: Rustic Red. HEX triplet: 37, 14 and 16. RGB value is (55,20,22). Sum of RGB (Red+Green+Blue) = 55+20+22=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371416 is #C8EBE9. Grayscale: #1E1E1E. Windows color (decimal): -13167594 or 1446967. OLE color: 1446967.

HSL color Cylindrical-coordinate representation of color #371416: hue angle of 356.57º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371416 is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 20 22 -
CMYK 0 0.64 0.6 0.78
HSL 356.57º 0.47% 0.15% -
HSV(B) 356.57º 0.64% 0.22% -
XYZ 1.97 1.37 0.92 -
YUV 30.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 55 20 22 0 0.64 0.6 0.78 356.57 0.47 0.15
Hex 37 14 16 0 40 3C 4E 165 2F F
Octal 67 24 26 0 100 74 116 545 57 17
Binary 110111 10100 10110 0 1000000 111100 1001110 101100101 101111 1111

Color Harmonies of #371416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371416

Black with #371416

Text Example


Text Example

White with #371416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371416; }

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

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

background-color css

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

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

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

border-color css

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

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

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