Html Css Color HEX #321319 Rustic Red

📋 copy color: '#321319'

red 50 ◦ green 19 ◦ blue 25

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

Shades of Rustic Red #321319

Tints of Rustic Red #321319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 26.6%

R = 53.19%
G = 20.21%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#321319 (or 0x321319) is known color: Rustic Red. HEX triplet: 32, 13 and 19. RGB value is (50,19,25). Sum of RGB (Red+Green+Blue) = 50+19+25=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321319 is #CDECE6. Grayscale: #1C1C1C. Windows color (decimal): -13495527 or 1643314. OLE color: 1643314.

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

Color convert

RGB 50 19 25 -
CMYK 0 0.62 0.50 0.80
HSL 348.39º 0.45% 0.14% -
HSV(B) 348.39º 0.62% 0.2% -
XYZ 1.72 1.21 1.06 -
YUV 28.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 50 19 25 0 0.62 0.50 0.80 348.39 0.45 0.14
Hex 32 13 19 0 3E 32 50 15C 2D E
Octal 62 23 31 0 76 62 120 534 55 16
Binary 110010 10011 11001 0 111110 110010 1010000 101011100 101101 1110

Color Harmonies of #321319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321319

Black with #321319

Text Example


Text Example

White with #321319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321319; }

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

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

background-color css

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

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

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

border-color css

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

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

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