Html Css Color HEX #321112 Rustic Red

📋 copy color: '#321112'

red 50 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #321112

Tints of Rustic Red #321112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.18%

R = 58.82%
G = 20%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#321112 (or 0x321112) is known color: Rustic Red. HEX triplet: 32, 11 and 12. RGB value is (50,17,18). Sum of RGB (Red+Green+Blue) = 50+17+18=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #321112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321112 is #CDEEED. Grayscale: #1B1B1B. Windows color (decimal): -13496046 or 1184050. OLE color: 1184050.

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

Color convert

RGB 50 17 18 -
CMYK 0 0.66 0.64 0.80
HSL 358.18º 0.49% 0.13% -
HSV(B) 358.18º 0.66% 0.2% -
XYZ 1.63 1.12 0.7 -
YUV 26.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 50 17 18 0 0.66 0.64 0.80 358.18 0.49 0.13
Hex 32 11 12 0 42 40 50 166 31 D
Octal 62 21 22 0 102 100 120 546 61 15
Binary 110010 10001 10010 0 1000010 1000000 1010000 101100110 110001 1101

Color Harmonies of #321112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321112

Black with #321112

Text Example


Text Example

White with #321112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321112; }

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

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

background-color css

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

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

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

border-color css

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

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

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