#331214

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

Shades of Rustic Red #331214

Tints of Rustic Red #331214

Color information

#331214 (or 0x331214) is unknown color: approx Rustic Red. HEX triplet: 33, 12 and 14. RGB value is (51,18,20). Sum of RGB (Red+Green+Blue) = 51+18+20=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331214 is #CCEDEB. Grayscale: #1C1C1C. Windows color (decimal): -13430252 or 1315379. OLE color: 1315379.

HSL color Cylindrical-coordinate representation of color #331214: hue angle of 356.36º 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 #331214 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB511820-
CMYK00.650.610.8
HSL356.36º47.83%13.53%-
HSV(B)356.36º64.71%20%-
XYZ1.711.190.8-
YUV28.1123.43144.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=57.30%
G=20.22%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51182000.650.610.8356.3647.8313.53
Hex3312140413D5016430e
Octal6322240101751205446016
Binary11001110010101000100000111110110100001011001001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331214; }

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

 H1.HeaderClassName
 {
   color: #331214;
 }
 .AnyTagClassName
 {
   color: #331214;
 }
</style>
background-color css

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

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

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

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

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

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