Html Css Color HEX #321218 Rustic Red

📋 copy color: '#321218'

red 50 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #321218

Tints of Rustic Red #321218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

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

R = 54.35%
G = 19.57%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#321218 (or 0x321218) is known color: Rustic Red. HEX triplet: 32, 12 and 18. RGB value is (50,18,24). Sum of RGB (Red+Green+Blue) = 50+18+24=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321218 is #CDEDE7. Grayscale: #1C1C1C. Windows color (decimal): -13495784 or 1577522. OLE color: 1577522.

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

Color convert

RGB 50 18 24 -
CMYK 0 0.64 0.52 0.80
HSL 348.75º 0.47% 0.13% -
HSV(B) 348.75º 0.64% 0.2% -
XYZ 1.7 1.18 1 -
YUV 28.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 50 18 24 0 0.64 0.52 0.80 348.75 0.47 0.13
Hex 32 12 18 0 40 34 50 15D 2F D
Octal 62 22 30 0 100 64 120 535 57 15
Binary 110010 10010 11000 0 1000000 110100 1010000 101011101 101111 1101

Color Harmonies of #321218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321218

Black with #321218

Text Example


Text Example

White with #321218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321218; }

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

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

background-color css

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

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

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

border-color css

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

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

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