Html Css Color HEX #331314 Rustic Red

📋 copy color: '#331314'

red 51 ◦ green 19 ◦ blue 20

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

Shades of Rustic Red #331314

Tints of Rustic Red #331314

RGB

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

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

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

R = 56.67%
G = 21.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#331314 (or 0x331314) is known color: Rustic Red. HEX triplet: 33, 13 and 14. RGB value is (51,19,20). Sum of RGB (Red+Green+Blue) = 51+19+20=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331314 is #CCECEB. Grayscale: #1C1C1C. Windows color (decimal): -13429996 or 1315635. OLE color: 1315635.

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

Color convert

RGB 51 19 20 -
CMYK 0 0.63 0.61 0.8
HSL 358.13º 0.46% 0.14% -
HSV(B) 358.13º 0.63% 0.2% -
XYZ 1.72 1.22 0.81 -
YUV 28.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 51 19 20 0 0.63 0.61 0.8 358.13 0.46 0.14
Hex 33 13 14 0 3F 3D 50 166 2E E
Octal 63 23 24 0 77 75 120 546 56 16
Binary 110011 10011 10100 0 111111 111101 1010000 101100110 101110 1110

Color Harmonies of #331314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331314

Black with #331314

Text Example


Text Example

White with #331314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331314; }

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

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

background-color css

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

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

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

border-color css

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

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

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