Html Css Color HEX #320D19 Rustic Red

📋 copy color: '#320D19'

red 50 ◦ green 13 ◦ blue 25

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

Shades of Rustic Red #320D19

Tints of Rustic Red #320D19

RGB

 RED value IS 50 (19.92% from 255) = 56.82%

 GREEN value IS 13 (5.47% from 255) = 14.77%

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

R = 56.82%
G = 14.77%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#320D19 (or 0x320D19) is known color: Rustic Red. HEX triplet: 32, 0D and 19. RGB value is (50,13,25). Sum of RGB (Red+Green+Blue) = 50+13+25=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #320D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D19 is #CDF2E6. Grayscale: #191919. Windows color (decimal): -13497063 or 1641778. OLE color: 1641778.

HSL color Cylindrical-coordinate representation of color #320D19: hue angle of 340.54º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320D19 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 13 25 -
CMYK 0 0.74 0.50 0.80
HSL 340.54º 0.59% 0.12% -
HSV(B) 340.54º 0.74% 0.2% -
XYZ 1.63 1.04 1.03 -
YUV 25.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 50 13 25 0 0.74 0.50 0.80 340.54 0.59 0.12
Hex 32 D 19 0 4A 32 50 155 3B C
Octal 62 15 31 0 112 62 120 525 73 14
Binary 110010 1101 11001 0 1001010 110010 1010000 101010101 111011 1100

Color Harmonies of #320D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D19

Black with #320D19

Text Example


Text Example

White with #320D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320D19; }

 p { color: rgb(50,13,25); }

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

background-color css

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

 a { background-color: rgb(50,13,25); }

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

border-color css

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

 span { border-color: rgb(50,13,25); }

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