Html Css Color HEX #371719 Rustic Red

📋 copy color: '#371719'

red 55 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #371719

Tints of Rustic Red #371719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.33%

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

R = 53.4%
G = 22.33%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#371719 (or 0x371719) is known color: Rustic Red. HEX triplet: 37, 17 and 19. RGB value is (55,23,25). Sum of RGB (Red+Green+Blue) = 55+23+25=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #371719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371719 is #C8E8E6. Grayscale: #202020. Windows color (decimal): -13166823 or 1644343. OLE color: 1644343.

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

Color convert

RGB 55 23 25 -
CMYK 0 0.58 0.55 0.78
HSL 356.25º 0.41% 0.15% -
HSV(B) 356.25º 0.58% 0.22% -
XYZ 2.06 1.5 1.1 -
YUV 32.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 55 23 25 0 0.58 0.55 0.78 356.25 0.41 0.15
Hex 37 17 19 0 3A 37 4E 164 29 F
Octal 67 27 31 0 72 67 116 544 51 17
Binary 110111 10111 11001 0 111010 110111 1001110 101100100 101001 1111

Color Harmonies of #371719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371719

Black with #371719

Text Example


Text Example

White with #371719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371719; }

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

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

background-color css

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

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

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

border-color css

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

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

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