Html Css Color HEX #370815 Rustic Red

📋 copy color: '#370815'

red 55 ◦ green 8 ◦ blue 21

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

Shades of Rustic Red #370815

Tints of Rustic Red #370815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25%

R = 65.48%
G = 9.52%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#370815 (or 0x370815) is known color: Rustic Red. HEX triplet: 37, 08 and 15. RGB value is (55,8,21). Sum of RGB (Red+Green+Blue) = 55+8+21=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #370815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370815 is #C8F7EA. Grayscale: #171717. Windows color (decimal): -13170667 or 1378359. OLE color: 1378359.

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

Color convert

RGB 55 8 21 -
CMYK 0 0.85 0.62 0.78
HSL 343.4º 0.75% 0.12% -
HSV(B) 343.4º 0.85% 0.22% -
XYZ 1.8 1.04 0.82 -
YUV 23.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 55 8 21 0 0.85 0.62 0.78 343.4 0.75 0.12
Hex 37 8 15 0 55 3E 4E 157 4B C
Octal 67 10 25 0 125 76 116 527 113 14
Binary 110111 1000 10101 0 1010101 111110 1001110 101010111 1001011 1100

Color Harmonies of #370815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370815

Black with #370815

Text Example


Text Example

White with #370815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370815; }

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

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

background-color css

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

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

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

border-color css

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

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

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