Html Css Color HEX #321417 Rustic Red

📋 copy color: '#321417'

red 50 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #321417

Tints of Rustic Red #321417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 53.76%
G = 21.51%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#321417 (or 0x321417) is known color: Rustic Red. HEX triplet: 32, 14 and 17. RGB value is (50,20,23). Sum of RGB (Red+Green+Blue) = 50+20+23=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321417 is #CDEBE8. Grayscale: #1D1D1D. Windows color (decimal): -13495273 or 1512498. OLE color: 1512498.

HSL color Cylindrical-coordinate representation of color #321417: hue angle of 354º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321417 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 20 23 -
CMYK 0 0.60 0.54 0.80
HSL 354º 0.43% 0.14% -
HSV(B) 354º 0.6% 0.2% -
XYZ 1.72 1.24 0.96 -
YUV 29.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 50 20 23 0 0.60 0.54 0.80 354 0.43 0.14
Hex 32 14 17 0 3C 36 50 162 2B E
Octal 62 24 27 0 74 66 120 542 53 16
Binary 110010 10100 10111 0 111100 110110 1010000 101100010 101011 1110

Color Harmonies of #321417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321417

Black with #321417

Text Example


Text Example

White with #321417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321417; }

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

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

background-color css

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

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

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

border-color css

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

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

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