Html Css Color HEX #370113 Rustic Red

📋 copy color: '#370113'

red 55 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #370113

Tints of Rustic Red #370113

RGB

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

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

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

R = 73.33%
G = 1.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370113 (or 0x370113) is known color: Rustic Red. HEX triplet: 37, 01 and 13. RGB value is (55,1,19). Sum of RGB (Red+Green+Blue) = 55+1+19=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370113 is #C8FEEC. Grayscale: #131313. Windows color (decimal): -13172461 or 1245495. OLE color: 1245495.

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

Color convert

RGB 55 1 19 -
CMYK 0 0.98 0.65 0.78
HSL 340º 0.96% 0.11% -
HSV(B) 340º 0.98% 0.22% -
XYZ 1.7 0.88 0.7 -
YUV 19.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 55 1 19 0 0.98 0.65 0.78 340 0.96 0.11
Hex 37 1 13 0 62 41 4E 154 60 B
Octal 67 1 23 0 142 101 116 524 140 13
Binary 110111 1 10011 0 1100010 1000001 1001110 101010100 1100000 1011

Color Harmonies of #370113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370113

Black with #370113

Text Example


Text Example

White with #370113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370113; }

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

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

background-color css

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

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

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

border-color css

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

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

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