Html Css Color HEX #370414 Rustic Red

📋 copy color: '#370414'

red 55 ◦ green 4 ◦ blue 20

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

Shades of Rustic Red #370414

Tints of Rustic Red #370414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 25.32%

R = 69.62%
G = 5.06%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#370414 (or 0x370414) is known color: Rustic Red. HEX triplet: 37, 04 and 14. RGB value is (55,4,20). Sum of RGB (Red+Green+Blue) = 55+4+20=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370414 is #C8FBEB. Grayscale: #151515. Windows color (decimal): -13171692 or 1311799. OLE color: 1311799.

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

Color convert

RGB 55 4 20 -
CMYK 0 0.93 0.64 0.78
HSL 341.18º 0.86% 0.12% -
HSV(B) 341.18º 0.93% 0.22% -
XYZ 1.75 0.95 0.75 -
YUV 21.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 55 4 20 0 0.93 0.64 0.78 341.18 0.86 0.12
Hex 37 4 14 0 5D 40 4E 155 56 C
Octal 67 4 24 0 135 100 116 525 126 14
Binary 110111 100 10100 0 1011101 1000000 1001110 101010101 1010110 1100

Color Harmonies of #370414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370414

Black with #370414

Text Example


Text Example

White with #370414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370414; }

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

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

background-color css

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

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

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

border-color css

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

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

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