#331213

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

Shades of Rustic Red #331213

Tints of Rustic Red #331213

Color information

#331213 (or 0x331213) is unknown color: approx Rustic Red. HEX triplet: 33, 12 and 13. RGB value is (51,18,19). Sum of RGB (Red+Green+Blue) = 51+18+19=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #331213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331213 is #CCEDEC. Grayscale: #1C1C1C. Windows color (decimal): -13430253 or 1249843. OLE color: 1249843.

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

Color convert

RGB511819-
CMYK00.650.630.8
HSL358.18º47.83%13.53%-
HSV(B)358.18º64.71%20%-
XYZ1.71.180.75-
YUV27.98122.93144.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=57.95%
G=20.45%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51181900.650.630.8358.1847.8313.53
Hex3312130413F5016630e
Octal6322230101771205466016
Binary11001110010100110100000111111110100001011001101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331213; }

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

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

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

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

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

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

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

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