Html Css Color HEX #331419 Rustic Red

📋 copy color: '#331419'

red 51 ◦ green 20 ◦ blue 25

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

Shades of Rustic Red #331419

Tints of Rustic Red #331419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.83%

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

R = 53.13%
G = 20.83%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#331419 (or 0x331419) is known color: Rustic Red. HEX triplet: 33, 14 and 19. RGB value is (51,20,25). Sum of RGB (Red+Green+Blue) = 51+20+25=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331419 is #CCEBE6. Grayscale: #1D1D1D. Windows color (decimal): -13429735 or 1643571. OLE color: 1643571.

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

Color convert

RGB 51 20 25 -
CMYK 0 0.61 0.51 0.8
HSL 350.32º 0.44% 0.14% -
HSV(B) 350.32º 0.61% 0.2% -
XYZ 1.79 1.27 1.07 -
YUV 29.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 51 20 25 0 0.61 0.51 0.8 350.32 0.44 0.14
Hex 33 14 19 0 3D 33 50 15E 2C E
Octal 63 24 31 0 75 63 120 536 54 16
Binary 110011 10100 11001 0 111101 110011 1010000 101011110 101100 1110

Color Harmonies of #331419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331419

Black with #331419

Text Example


Text Example

White with #331419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331419; }

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

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

background-color css

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

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

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

border-color css

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

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

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