Html Css Color HEX #371213 Rustic Red

📋 copy color: '#371213'

red 55 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #371213

Tints of Rustic Red #371213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

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

R = 59.78%
G = 19.57%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#371213 (or 0x371213) is known color: Rustic Red. HEX triplet: 37, 12 and 13. RGB value is (55,18,19). Sum of RGB (Red+Green+Blue) = 55+18+19=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #371213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371213 is #C8EDEC. Grayscale: #1D1D1D. Windows color (decimal): -13168109 or 1249847. OLE color: 1249847.

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

Color convert

RGB 55 18 19 -
CMYK 0 0.67 0.65 0.78
HSL 358.38º 0.51% 0.14% -
HSV(B) 358.38º 0.67% 0.22% -
XYZ 1.91 1.29 0.76 -
YUV 29.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 55 18 19 0 0.67 0.65 0.78 358.38 0.51 0.14
Hex 37 12 13 0 43 41 4E 166 33 E
Octal 67 22 23 0 103 101 116 546 63 16
Binary 110111 10010 10011 0 1000011 1000001 1001110 101100110 110011 1110

Color Harmonies of #371213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371213

Black with #371213

Text Example


Text Example

White with #371213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371213; }

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

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

background-color css

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

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

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

border-color css

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

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

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