Html Css Color HEX #321117 Rustic Red

📋 copy color: '#321117'

red 50 ◦ green 17 ◦ blue 23

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

Shades of Rustic Red #321117

Tints of Rustic Red #321117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25.56%

R = 55.56%
G = 18.89%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#321117 (or 0x321117) is known color: Rustic Red. HEX triplet: 32, 11 and 17. RGB value is (50,17,23). Sum of RGB (Red+Green+Blue) = 50+17+23=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321117 is #CDEEE8. Grayscale: #1B1B1B. Windows color (decimal): -13496041 or 1511730. OLE color: 1511730.

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

Color convert

RGB 50 17 23 -
CMYK 0 0.66 0.54 0.80
HSL 349.09º 0.49% 0.13% -
HSV(B) 349.09º 0.66% 0.2% -
XYZ 1.67 1.14 0.94 -
YUV 27.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 50 17 23 0 0.66 0.54 0.80 349.09 0.49 0.13
Hex 32 11 17 0 42 36 50 15D 31 D
Octal 62 21 27 0 102 66 120 535 61 15
Binary 110010 10001 10111 0 1000010 110110 1010000 101011101 110001 1101

Color Harmonies of #321117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321117

Black with #321117

Text Example


Text Example

White with #321117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321117; }

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

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

background-color css

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

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

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

border-color css

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

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

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