Html Css Color HEX #320E19 Rustic Red

📋 copy color: '#320E19'

red 50 ◦ green 14 ◦ blue 25

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

Shades of Rustic Red #320E19

Tints of Rustic Red #320E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.73%

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

R = 56.18%
G = 15.73%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#320E19 (or 0x320E19) is known color: Rustic Red. HEX triplet: 32, 0E and 19. RGB value is (50,14,25). Sum of RGB (Red+Green+Blue) = 50+14+25=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #320E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320E19 is #CDF1E6. Grayscale: #1A1A1A. Windows color (decimal): -13496807 or 1642034. OLE color: 1642034.

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

Color convert

RGB 50 14 25 -
CMYK 0 0.72 0.50 0.80
HSL 341.67º 0.56% 0.13% -
HSV(B) 341.67º 0.72% 0.2% -
XYZ 1.65 1.06 1.04 -
YUV 26.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 50 14 25 0 0.72 0.50 0.80 341.67 0.56 0.13
Hex 32 E 19 0 48 32 50 156 38 D
Octal 62 16 31 0 110 62 120 526 70 15
Binary 110010 1110 11001 0 1001000 110010 1010000 101010110 111000 1101

Color Harmonies of #320E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E19

Black with #320E19

Text Example


Text Example

White with #320E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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