Html Css Color HEX #371819 Rustic Red

📋 copy color: '#371819'

red 55 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #371819

Tints of Rustic Red #371819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.08%

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

R = 52.88%
G = 23.08%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#371819 (or 0x371819) is known color: Rustic Red. HEX triplet: 37, 18 and 19. RGB value is (55,24,25). Sum of RGB (Red+Green+Blue) = 55+24+25=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #371819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371819 is #C8E7E6. Grayscale: #212121. Windows color (decimal): -13166567 or 1644599. OLE color: 1644599.

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

Color convert

RGB 55 24 25 -
CMYK 0 0.56 0.55 0.78
HSL 358.06º 0.39% 0.15% -
HSV(B) 358.06º 0.56% 0.22% -
XYZ 2.08 1.54 1.11 -
YUV 33.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 55 24 25 0 0.56 0.55 0.78 358.06 0.39 0.15
Hex 37 18 19 0 38 37 4E 166 27 F
Octal 67 30 31 0 70 67 116 546 47 17
Binary 110111 11000 11001 0 111000 110111 1001110 101100110 100111 1111

Color Harmonies of #371819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371819

Black with #371819

Text Example


Text Example

White with #371819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371819; }

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

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

background-color css

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

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

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

border-color css

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

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

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