Html Css Color HEX #321214 Rustic Red

📋 copy color: '#321214'

red 50 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #321214

Tints of Rustic Red #321214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 56.82%
G = 20.45%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#321214 (or 0x321214) is known color: Rustic Red. HEX triplet: 32, 12 and 14. RGB value is (50,18,20). Sum of RGB (Red+Green+Blue) = 50+18+20=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321214 is #CDEDEB. Grayscale: #1B1B1B. Windows color (decimal): -13495788 or 1315378. OLE color: 1315378.

HSL color Cylindrical-coordinate representation of color #321214: hue angle of 356.25º 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 #321214 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 18 20 -
CMYK 0 0.64 0.60 0.80
HSL 356.25º 0.47% 0.13% -
HSV(B) 356.25º 0.64% 0.2% -
XYZ 1.66 1.16 0.8 -
YUV 27.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 50 18 20 0 0.64 0.60 0.80 356.25 0.47 0.13
Hex 32 12 14 0 40 3C 50 164 2F D
Octal 62 22 24 0 100 74 120 544 57 15
Binary 110010 10010 10100 0 1000000 111100 1010000 101100100 101111 1101

Color Harmonies of #321214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321214

Black with #321214

Text Example


Text Example

White with #321214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321214; }

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

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

background-color css

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

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

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

border-color css

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

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

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