Html Css Color HEX #370013 Rustic Red

📋 copy color: '#370013'

red 55 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #370013

Tints of Rustic Red #370013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.32%
G = 0%
B = 25.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370013 (or 0x370013) is known color: Rustic Red. HEX triplet: 37, 00 and 13. RGB value is (55,0,19). Sum of RGB (Red+Green+Blue) = 55+0+19=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370013 is #C8FFEC. Grayscale: #121212. Windows color (decimal): -13172717 or 1245239. OLE color: 1245239.

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

Color convert

RGB 55 0 19 -
CMYK 0 1 0.65 0.78
HSL 339.27º 1% 0.11% -
HSV(B) 339.27º 1% 0.22% -
XYZ 1.69 0.86 0.69 -
YUV 18.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 55 0 19 0 1 0.65 0.78 339.27 1 0.11
Hex 37 0 13 0 64 41 4E 153 64 B
Octal 67 0 23 0 144 101 116 523 144 13
Binary 110111 0 10011 0 1100100 1000001 1001110 101010011 1100100 1011

Color Harmonies of #370013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370013

Black with #370013

Text Example


Text Example

White with #370013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370013; }

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

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

background-color css

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

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

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

border-color css

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

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

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