#331118

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

Shades of Rustic Red #331118

Tints of Rustic Red #331118

Color information

#331118 (or 0x331118) is unknown color: approx Rustic Red. HEX triplet: 33, 11 and 18. RGB value is (51,17,24). Sum of RGB (Red+Green+Blue) = 51+17+24=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331118 is #CCEEE7. Grayscale: #1B1B1B. Windows color (decimal): -13430504 or 1577267. OLE color: 1577267.

HSL color Cylindrical-coordinate representation of color #331118: hue angle of 347.65º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331118 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB511724-
CMYK00.670.530.8
HSL347.65º50%13.33%-
HSV(B)347.65º66.67%20%-
XYZ1.731.171-
YUV27.96125.76144.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=55.43%
G=18.48%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51172400.670.530.8347.655013.33
Hex331118043355015c32d
Octal6321300103651205346215
Binary11001110001110000100001111010110100001010111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331118; }

 p { color: rgb(51,17,24); }

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

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

 a { background-color: rgb(51,17,24); }

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

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

 span { border-color: rgb(51,17,24); }

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