Html Css Color HEX #320613 Rustic Red

📋 copy color: '#320613'

red 50 ◦ green 6 ◦ blue 19

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

Shades of Rustic Red #320613

Tints of Rustic Red #320613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8%

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 66.67%
G = 8%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#320613 (or 0x320613) is known color: Rustic Red. HEX triplet: 32, 06 and 13. RGB value is (50,6,19). Sum of RGB (Red+Green+Blue) = 50+6+19=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #320613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320613 is #CDF9EC. Grayscale: #141414. Windows color (decimal): -13498861 or 1246770. OLE color: 1246770.

HSL color Cylindrical-coordinate representation of color #320613: hue angle of 342.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320613 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 6 19 -
CMYK 0 0.88 0.62 0.80
HSL 342.27º 0.79% 0.11% -
HSV(B) 342.27º 0.88% 0.2% -
XYZ 1.5 0.86 0.7 -
YUV 20.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 50 6 19 0 0.88 0.62 0.80 342.27 0.79 0.11
Hex 32 6 13 0 58 3E 50 156 4F B
Octal 62 6 23 0 130 76 120 526 117 13
Binary 110010 110 10011 0 1011000 111110 1010000 101010110 1001111 1011

Color Harmonies of #320613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320613

Black with #320613

Text Example


Text Example

White with #320613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320613; }

 p { color: rgb(50,6,19); }

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

background-color css

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

 a { background-color: rgb(50,6,19); }

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

border-color css

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

 span { border-color: rgb(50,6,19); }

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