Html Css Color HEX #370913 Rustic Red

📋 copy color: '#370913'

red 55 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #370913

Tints of Rustic Red #370913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.84%

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

R = 66.27%
G = 10.84%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370913 (or 0x370913) is known color: Rustic Red. HEX triplet: 37, 09 and 13. RGB value is (55,9,19). Sum of RGB (Red+Green+Blue) = 55+9+19=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370913 is #C8F6EC. Grayscale: #171717. Windows color (decimal): -13170413 or 1247543. OLE color: 1247543.

HSL color Cylindrical-coordinate representation of color #370913: hue angle of 346.96º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370913 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 9 19 -
CMYK 0 0.84 0.65 0.78
HSL 346.96º 0.72% 0.13% -
HSV(B) 346.96º 0.84% 0.22% -
XYZ 1.79 1.05 0.73 -
YUV 23.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 55 9 19 0 0.84 0.65 0.78 346.96 0.72 0.13
Hex 37 9 13 0 54 41 4E 15B 48 D
Octal 67 11 23 0 124 101 116 533 110 15
Binary 110111 1001 10011 0 1010100 1000001 1001110 101011011 1001000 1101

Color Harmonies of #370913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370913

Black with #370913

Text Example


Text Example

White with #370913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370913; }

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

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

background-color css

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

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

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

border-color css

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

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

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