Html Css Color HEX #321314 Rustic Red

📋 copy color: '#321314'

red 50 ◦ green 19 ◦ blue 20

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

Shades of Rustic Red #321314

Tints of Rustic Red #321314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 56.18%
G = 21.35%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#321314 (or 0x321314) is known color: Rustic Red. HEX triplet: 32, 13 and 14. RGB value is (50,19,20). Sum of RGB (Red+Green+Blue) = 50+19+20=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321314 is #CDECEB. Grayscale: #1C1C1C. Windows color (decimal): -13495532 or 1315634. OLE color: 1315634.

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

Color convert

RGB 50 19 20 -
CMYK 0 0.62 0.60 0.80
HSL 358.06º 0.45% 0.14% -
HSV(B) 358.06º 0.62% 0.2% -
XYZ 1.67 1.19 0.8 -
YUV 28.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 50 19 20 0 0.62 0.60 0.80 358.06 0.45 0.14
Hex 32 13 14 0 3E 3C 50 166 2D E
Octal 62 23 24 0 76 74 120 546 55 16
Binary 110010 10011 10100 0 111110 111100 1010000 101100110 101101 1110

Color Harmonies of #321314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321314

Black with #321314

Text Example


Text Example

White with #321314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321314; }

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

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

background-color css

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

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

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

border-color css

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

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

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