Html Css Color HEX #321619 Rustic Red

📋 copy color: '#321619'

red 50 ◦ green 22 ◦ blue 25

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

Shades of Rustic Red #321619

Tints of Rustic Red #321619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.68%

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

R = 51.55%
G = 22.68%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#321619 (or 0x321619) is known color: Rustic Red. HEX triplet: 32, 16 and 19. RGB value is (50,22,25). Sum of RGB (Red+Green+Blue) = 50+22+25=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321619 is #CDE9E6. Grayscale: #1E1E1E. Windows color (decimal): -13494759 or 1644082. OLE color: 1644082.

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

Color convert

RGB 50 22 25 -
CMYK 0 0.56 0.50 0.80
HSL 353.57º 0.39% 0.14% -
HSV(B) 353.57º 0.56% 0.2% -
XYZ 1.78 1.32 1.08 -
YUV 30.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 50 22 25 0 0.56 0.50 0.80 353.57 0.39 0.14
Hex 32 16 19 0 38 32 50 162 27 E
Octal 62 26 31 0 70 62 120 542 47 16
Binary 110010 10110 11001 0 111000 110010 1010000 101100010 100111 1110

Color Harmonies of #321619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321619

Black with #321619

Text Example


Text Example

White with #321619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321619; }

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

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

background-color css

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

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

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

border-color css

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

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

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