Html Css Color HEX #321718 Rustic Red

📋 copy color: '#321718'

red 50 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #321718

Tints of Rustic Red #321718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.71%

 BLUE value IS 24 (9.77% from 255) = 24.74%

R = 51.55%
G = 23.71%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#321718 (or 0x321718) is known color: Rustic Red. HEX triplet: 32, 17 and 18. RGB value is (50,23,24). Sum of RGB (Red+Green+Blue) = 50+23+24=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321718 is #CDE8E7. Grayscale: #1F1F1F. Windows color (decimal): -13494504 or 1578802. OLE color: 1578802.

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

Color convert

RGB 50 23 24 -
CMYK 0 0.54 0.52 0.80
HSL 357.78º 0.37% 0.14% -
HSV(B) 357.78º 0.54% 0.2% -
XYZ 1.79 1.36 1.03 -
YUV 31.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 50 23 24 0 0.54 0.52 0.80 357.78 0.37 0.14
Hex 32 17 18 0 36 34 50 166 25 E
Octal 62 27 30 0 66 64 120 546 45 16
Binary 110010 10111 11000 0 110110 110100 1010000 101100110 100101 1110

Color Harmonies of #321718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321718

Black with #321718

Text Example


Text Example

White with #321718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321718; }

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

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

background-color css

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

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

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

border-color css

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

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

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