Html Css Color HEX #320513 Rustic Red

📋 copy color: '#320513'

red 50 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #320513

Tints of Rustic Red #320513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

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

R = 67.57%
G = 6.76%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#320513 (or 0x320513) is known color: Rustic Red. HEX triplet: 32, 05 and 13. RGB value is (50,5,19). Sum of RGB (Red+Green+Blue) = 50+5+19=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #320513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320513 is #CDFAEC. Grayscale: #141414. Windows color (decimal): -13499117 or 1246514. OLE color: 1246514.

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

Color convert

RGB 50 5 19 -
CMYK 0 0.90 0.62 0.80
HSL 341.33º 0.82% 0.11% -
HSV(B) 341.33º 0.9% 0.2% -
XYZ 1.49 0.83 0.7 -
YUV 20.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 50 5 19 0 0.90 0.62 0.80 341.33 0.82 0.11
Hex 32 5 13 0 5A 3E 50 155 52 B
Octal 62 5 23 0 132 76 120 525 122 13
Binary 110010 101 10011 0 1011010 111110 1010000 101010101 1010010 1011

Color Harmonies of #320513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320513

Black with #320513

Text Example


Text Example

White with #320513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320513; }

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

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

background-color css

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

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

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

border-color css

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

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

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