Html Css Color HEX #321017 Rustic Red

📋 copy color: '#321017'

red 50 ◦ green 16 ◦ blue 23

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

Shades of Rustic Red #321017

Tints of Rustic Red #321017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.98%

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

R = 56.18%
G = 17.98%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#321017 (or 0x321017) is known color: Rustic Red. HEX triplet: 32, 10 and 17. RGB value is (50,16,23). Sum of RGB (Red+Green+Blue) = 50+16+23=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321017 is #CDEFE8. Grayscale: #1A1A1A. Windows color (decimal): -13496297 or 1511474. OLE color: 1511474.

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

Color convert

RGB 50 16 23 -
CMYK 0 0.68 0.54 0.80
HSL 347.65º 0.52% 0.13% -
HSV(B) 347.65º 0.68% 0.2% -
XYZ 1.66 1.11 0.94 -
YUV 26.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 50 16 23 0 0.68 0.54 0.80 347.65 0.52 0.13
Hex 32 10 17 0 44 36 50 15C 34 D
Octal 62 20 27 0 104 66 120 534 64 15
Binary 110010 10000 10111 0 1000100 110110 1010000 101011100 110100 1101

Color Harmonies of #321017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321017

Black with #321017

Text Example


Text Example

White with #321017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321017; }

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

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

background-color css

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

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

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

border-color css

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

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

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