Html Css Color HEX #370719 Rustic Red

📋 copy color: '#370719'

red 55 ◦ green 7 ◦ blue 25

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

Shades of Rustic Red #370719

Tints of Rustic Red #370719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.05%

 BLUE value IS 25 (10.16% from 255) = 28.74%

R = 63.22%
G = 8.05%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#370719 (or 0x370719) is known color: Rustic Red. HEX triplet: 37, 07 and 19. RGB value is (55,7,25). Sum of RGB (Red+Green+Blue) = 55+7+25=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #370719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370719 is #C8F8E6. Grayscale: #171717. Windows color (decimal): -13170919 or 1640247. OLE color: 1640247.

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

Color convert

RGB 55 7 25 -
CMYK 0 0.87 0.55 0.78
HSL 337.5º 0.77% 0.12% -
HSV(B) 337.5º 0.87% 0.22% -
XYZ 1.83 1.03 1.02 -
YUV 23.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 55 7 25 0 0.87 0.55 0.78 337.5 0.77 0.12
Hex 37 7 19 0 57 37 4E 152 4D C
Octal 67 7 31 0 127 67 116 522 115 14
Binary 110111 111 11001 0 1010111 110111 1001110 101010010 1001101 1100

Color Harmonies of #370719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370719

Black with #370719

Text Example


Text Example

White with #370719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370719; }

 p { color: rgb(55,7,25); }

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

background-color css

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

 a { background-color: rgb(55,7,25); }

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

border-color css

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

 span { border-color: rgb(55,7,25); }

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