Html Css Color HEX #371415 Rustic Red

📋 copy color: '#371415'

red 55 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #371415

Tints of Rustic Red #371415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.88%

R = 57.29%
G = 20.83%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#371415 (or 0x371415) is known color: Rustic Red. HEX triplet: 37, 14 and 15. RGB value is (55,20,21). Sum of RGB (Red+Green+Blue) = 55+20+21=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371415 is #C8EBEA. Grayscale: #1E1E1E. Windows color (decimal): -13167595 or 1381431. OLE color: 1381431.

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

Color convert

RGB 55 20 21 -
CMYK 0 0.64 0.62 0.78
HSL 358.29º 0.47% 0.15% -
HSV(B) 358.29º 0.64% 0.22% -
XYZ 1.96 1.37 0.87 -
YUV 30.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 55 20 21 0 0.64 0.62 0.78 358.29 0.47 0.15
Hex 37 14 15 0 40 3E 4E 166 2F F
Octal 67 24 25 0 100 76 116 546 57 17
Binary 110111 10100 10101 0 1000000 111110 1001110 101100110 101111 1111

Color Harmonies of #371415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371415

Black with #371415

Text Example


Text Example

White with #371415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371415; }

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

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

background-color css

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

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

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

border-color css

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

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

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