Html Css Color HEX #321115 Rustic Red

📋 copy color: '#321115'

red 50 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #321115

Tints of Rustic Red #321115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.32%

 BLUE value IS 21 (8.59% from 255) = 23.86%

R = 56.82%
G = 19.32%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#321115 (or 0x321115) is known color: Rustic Red. HEX triplet: 32, 11 and 15. RGB value is (50,17,21). Sum of RGB (Red+Green+Blue) = 50+17+21=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321115 is #CDEEEA. Grayscale: #1B1B1B. Windows color (decimal): -13496043 or 1380658. OLE color: 1380658.

HSL color Cylindrical-coordinate representation of color #321115: hue angle of 352.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321115 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 17 21 -
CMYK 0 0.66 0.58 0.80
HSL 352.73º 0.49% 0.13% -
HSV(B) 352.73º 0.66% 0.2% -
XYZ 1.65 1.13 0.84 -
YUV 27.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 50 17 21 0 0.66 0.58 0.80 352.73 0.49 0.13
Hex 32 11 15 0 42 3A 50 161 31 D
Octal 62 21 25 0 102 72 120 541 61 15
Binary 110010 10001 10101 0 1000010 111010 1010000 101100001 110001 1101

Color Harmonies of #321115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321115

Black with #321115

Text Example


Text Example

White with #321115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321115; }

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

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

background-color css

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

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

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

border-color css

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

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

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