Html Css Color HEX #331219 Rustic Red

📋 copy color: '#331219'

red 51 ◦ green 18 ◦ blue 25

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

Shades of Rustic Red #331219

Tints of Rustic Red #331219

RGB

 RED value IS 51 (20.31% from 255) = 54.26%

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

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

R = 54.26%
G = 19.15%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#331219 (or 0x331219) is known color: Rustic Red. HEX triplet: 33, 12 and 19. RGB value is (51,18,25). Sum of RGB (Red+Green+Blue) = 51+18+25=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331219 is #CCEDE6. Grayscale: #1C1C1C. Windows color (decimal): -13430247 or 1643059. OLE color: 1643059.

HSL color Cylindrical-coordinate representation of color #331219: hue angle of 347.27º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331219 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 18 25 -
CMYK 0 0.65 0.51 0.8
HSL 347.27º 0.48% 0.14% -
HSV(B) 347.27º 0.65% 0.2% -
XYZ 1.76 1.21 1.06 -
YUV 28.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 51 18 25 0 0.65 0.51 0.8 347.27 0.48 0.14
Hex 33 12 19 0 41 33 50 15B 30 E
Octal 63 22 31 0 101 63 120 533 60 16
Binary 110011 10010 11001 0 1000001 110011 1010000 101011011 110000 1110

Color Harmonies of #331219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331219

Black with #331219

Text Example


Text Example

White with #331219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331219; }

 p { color: rgb(51,18,25); }

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

background-color css

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

 a { background-color: rgb(51,18,25); }

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

border-color css

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

 span { border-color: rgb(51,18,25); }

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