Html Css Color HEX #370413 Rustic Red

📋 copy color: '#370413'

red 55 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #370413

Tints of Rustic Red #370413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.13%

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

R = 70.51%
G = 5.13%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370413 (or 0x370413) is known color: Rustic Red. HEX triplet: 37, 04 and 13. RGB value is (55,4,19). Sum of RGB (Red+Green+Blue) = 55+4+19=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370413 is #C8FBEC. Grayscale: #141414. Windows color (decimal): -13171693 or 1246263. OLE color: 1246263.

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

Color convert

RGB 55 4 19 -
CMYK 0 0.93 0.65 0.78
HSL 342.35º 0.86% 0.12% -
HSV(B) 342.35º 0.93% 0.22% -
XYZ 1.74 0.95 0.71 -
YUV 20.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 55 4 19 0 0.93 0.65 0.78 342.35 0.86 0.12
Hex 37 4 13 0 5D 41 4E 156 56 C
Octal 67 4 23 0 135 101 116 526 126 14
Binary 110111 100 10011 0 1011101 1000001 1001110 101010110 1010110 1100

Color Harmonies of #370413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370413

Black with #370413

Text Example


Text Example

White with #370413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370413; }

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

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

background-color css

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

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

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

border-color css

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

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

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