Html Css Color HEX #370813 Rustic Red

📋 copy color: '#370813'

red 55 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #370813

Tints of Rustic Red #370813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.76%

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

R = 67.07%
G = 9.76%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370813 (or 0x370813) is known color: Rustic Red. HEX triplet: 37, 08 and 13. RGB value is (55,8,19). Sum of RGB (Red+Green+Blue) = 55+8+19=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370813 is #C8F7EC. Grayscale: #171717. Windows color (decimal): -13170669 or 1247287. OLE color: 1247287.

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

Color convert

RGB 55 8 19 -
CMYK 0 0.85 0.65 0.78
HSL 345.96º 0.75% 0.12% -
HSV(B) 345.96º 0.85% 0.22% -
XYZ 1.78 1.03 0.72 -
YUV 23.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 55 8 19 0 0.85 0.65 0.78 345.96 0.75 0.12
Hex 37 8 13 0 55 41 4E 15A 4B C
Octal 67 10 23 0 125 101 116 532 113 14
Binary 110111 1000 10011 0 1010101 1000001 1001110 101011010 1001011 1100

Color Harmonies of #370813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370813

Black with #370813

Text Example


Text Example

White with #370813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370813; }

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

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

background-color css

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

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

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

border-color css

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

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

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