Html Css Color HEX #370114 Rustic Red

📋 copy color: '#370114'

red 55 ◦ green 1 ◦ blue 20

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

Shades of Rustic Red #370114

Tints of Rustic Red #370114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

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

R = 72.37%
G = 1.32%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#370114 (or 0x370114) is known color: Rustic Red. HEX triplet: 37, 01 and 14. RGB value is (55,1,20). Sum of RGB (Red+Green+Blue) = 55+1+20=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370114 is #C8FEEB. Grayscale: #131313. Windows color (decimal): -13172460 or 1311031. OLE color: 1311031.

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

Color convert

RGB 55 1 20 -
CMYK 0 0.98 0.64 0.78
HSL 338.89º 0.96% 0.11% -
HSV(B) 338.89º 0.98% 0.22% -
XYZ 1.71 0.88 0.74 -
YUV 19.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 55 1 20 0 0.98 0.64 0.78 338.89 0.96 0.11
Hex 37 1 14 0 62 40 4E 153 60 B
Octal 67 1 24 0 142 100 116 523 140 13
Binary 110111 1 10100 0 1100010 1000000 1001110 101010011 1100000 1011

Color Harmonies of #370114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370114

Black with #370114

Text Example


Text Example

White with #370114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370114; }

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

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

background-color css

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

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

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

border-color css

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

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

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