Html Css Color HEX #321517 Rustic Red

📋 copy color: '#321517'

red 50 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #321517

Tints of Rustic Red #321517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.34%

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

R = 53.19%
G = 22.34%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#321517 (or 0x321517) is known color: Rustic Red. HEX triplet: 32, 15 and 17. RGB value is (50,21,23). Sum of RGB (Red+Green+Blue) = 50+21+23=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321517 is #CDEAE8. Grayscale: #1D1D1D. Windows color (decimal): -13495017 or 1512754. OLE color: 1512754.

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

Color convert

RGB 50 21 23 -
CMYK 0 0.58 0.54 0.80
HSL 355.86º 0.41% 0.14% -
HSV(B) 355.86º 0.58% 0.2% -
XYZ 1.74 1.28 0.97 -
YUV 29.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 50 21 23 0 0.58 0.54 0.80 355.86 0.41 0.14
Hex 32 15 17 0 3A 36 50 164 29 E
Octal 62 25 27 0 72 66 120 544 51 16
Binary 110010 10101 10111 0 111010 110110 1010000 101100100 101001 1110

Color Harmonies of #321517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321517

Black with #321517

Text Example


Text Example

White with #321517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321517; }

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

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

background-color css

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

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

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

border-color css

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

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

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