#331314

Color #331314 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #331314

Tints of Rustic Red #331314

Color information

#331314 (or 0x331314) is unknown color: approx 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

RGB511920-
CMYK00.630.610.8
HSL358.12º45.71%13.73%-
HSV(B)358.12º62.75%20%-
XYZ1.721.220.81-
YUV28.68123.1143.92-

RGB Variations

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

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.20% from 255) = 22.22%
R=56.67%
G=21.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51192000.630.610.8358.1245.7113.73
Hex33131403F3D501662ee
Octal632324077751205465616
Binary1100111001110100011111111110110100001011001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>