Html Css Color HEX #370214 Rustic Red

📋 copy color: '#370214'

red 55 ◦ green 2 ◦ blue 20

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

Shades of Rustic Red #370214

Tints of Rustic Red #370214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.6%

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

R = 71.43%
G = 2.6%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#370214 (or 0x370214) is known color: Rustic Red. HEX triplet: 37, 02 and 14. RGB value is (55,2,20). Sum of RGB (Red+Green+Blue) = 55+2+20=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370214 is #C8FDEB. Grayscale: #131313. Windows color (decimal): -13172204 or 1311287. OLE color: 1311287.

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

Color convert

RGB 55 2 20 -
CMYK 0 0.96 0.64 0.78
HSL 339.62º 0.93% 0.11% -
HSV(B) 339.62º 0.96% 0.22% -
XYZ 1.72 0.91 0.75 -
YUV 19.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 55 2 20 0 0.96 0.64 0.78 339.62 0.93 0.11
Hex 37 2 14 0 60 40 4E 154 5D B
Octal 67 2 24 0 140 100 116 524 135 13
Binary 110111 10 10100 0 1100000 1000000 1001110 101010100 1011101 1011

Color Harmonies of #370214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370214

Black with #370214

Text Example


Text Example

White with #370214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370214; }

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

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

background-color css

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

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

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

border-color css

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

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

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