Html Css Color HEX #320509 Rustic Red

📋 copy color: '#320509'

red 50 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #320509

Tints of Rustic Red #320509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 14.06%

R = 78.13%
G = 7.81%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#320509 (or 0x320509) is known color: Rustic Red. HEX triplet: 32, 05 and 09. RGB value is (50,5,9). Sum of RGB (Red+Green+Blue) = 50+5+9=64 (8% of max value = 765). Red value is 50 (19.92% from 255 or 78.12% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 50 - color contains mainly: red. Hex color #320509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320509 is #CDFAF6. Grayscale: #121212. Windows color (decimal): -13499127 or 591154. OLE color: 591154.

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

Color convert

RGB 50 5 9 -
CMYK 0 0.90 0.82 0.80
HSL 354.67º 0.82% 0.11% -
HSV(B) 354.67º 0.9% 0.2% -
XYZ 1.42 0.81 0.34 -
YUV 18.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 50 5 9 0 0.90 0.82 0.80 354.67 0.82 0.11
Hex 32 5 9 0 5A 52 50 163 52 B
Octal 62 5 11 0 132 122 120 543 122 13
Binary 110010 101 1001 0 1011010 1010010 1010000 101100011 1010010 1011

Color Harmonies of #320509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320509

Black with #320509

Text Example


Text Example

White with #320509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320509; }

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

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

background-color css

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

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

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

border-color css

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

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

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