Html Css Color HEX #370314 Rustic Red

📋 copy color: '#370314'

red 55 ◦ green 3 ◦ blue 20

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

Shades of Rustic Red #370314

Tints of Rustic Red #370314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.85%

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

R = 70.51%
G = 3.85%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#370314 (or 0x370314) is known color: Rustic Red. HEX triplet: 37, 03 and 14. RGB value is (55,3,20). Sum of RGB (Red+Green+Blue) = 55+3+20=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370314 is #C8FCEB. Grayscale: #141414. Windows color (decimal): -13171948 or 1311543. OLE color: 1311543.

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

Color convert

RGB 55 3 20 -
CMYK 0 0.95 0.64 0.78
HSL 340.38º 0.9% 0.11% -
HSV(B) 340.38º 0.95% 0.22% -
XYZ 1.73 0.93 0.75 -
YUV 20.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 55 3 20 0 0.95 0.64 0.78 340.38 0.9 0.11
Hex 37 3 14 0 5F 40 4E 154 5A B
Octal 67 3 24 0 137 100 116 524 132 13
Binary 110111 11 10100 0 1011111 1000000 1001110 101010100 1011010 1011

Color Harmonies of #370314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370314

Black with #370314

Text Example


Text Example

White with #370314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370314; }

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

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

background-color css

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

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

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

border-color css

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

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

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