#331019

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

Shades of Rustic Red #331019

Tints of Rustic Red #331019

Color information

#331019 (or 0x331019) is unknown color: approx Rustic Red. HEX triplet: 33, 10 and 19. RGB value is (51,16,25). Sum of RGB (Red+Green+Blue) = 51+16+25=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331019 is #CCEFE6. Grayscale: #1B1B1B. Windows color (decimal): -13430759 or 1642547. OLE color: 1642547.

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

Color convert

RGB511625-
CMYK00.690.510.8
HSL344.57º52.24%13.14%-
HSV(B)344.57º68.63%20%-
XYZ1.731.141.05-
YUV27.49126.6144.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=55.43%
G=17.39%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51162500.690.510.8344.5752.2413.14
Hex331019045335015934d
Octal6320310105631205316415
Binary11001110000110010100010111001110100001010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331019; }

 p { color: rgb(51,16,25); }

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

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

 a { background-color: rgb(51,16,25); }

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

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

 span { border-color: rgb(51,16,25); }

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