Html Css Color HEX #320511 Rustic Red

📋 copy color: '#320511'

red 50 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #320511

Tints of Rustic Red #320511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 23.61%

R = 69.44%
G = 6.94%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#320511 (or 0x320511) is known color: Rustic Red. HEX triplet: 32, 05 and 11. RGB value is (50,5,17). Sum of RGB (Red+Green+Blue) = 50+5+17=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #320511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320511 is #CDFAEE. Grayscale: #131313. Windows color (decimal): -13499119 or 1115442. OLE color: 1115442.

HSL color Cylindrical-coordinate representation of color #320511: hue angle of 344º 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 #320511 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 5 17 -
CMYK 0 0.90 0.66 0.80
HSL 344º 0.82% 0.11% -
HSV(B) 344º 0.9% 0.2% -
XYZ 1.47 0.83 0.61 -
YUV 19.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 50 5 17 0 0.90 0.66 0.80 344 0.82 0.11
Hex 32 5 11 0 5A 42 50 158 52 B
Octal 62 5 21 0 132 102 120 530 122 13
Binary 110010 101 10001 0 1011010 1000010 1010000 101011000 1010010 1011

Color Harmonies of #320511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320511

Black with #320511

Text Example


Text Example

White with #320511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320511; }

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

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

background-color css

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

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

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

border-color css

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

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

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