#341119

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

Shades of Rustic Red #341119

Tints of Rustic Red #341119

Color information

#341119 (or 0x341119) is unknown color: approx Rustic Red. HEX triplet: 34, 11 and 19. RGB value is (52,17,25). Sum of RGB (Red+Green+Blue) = 52+17+25=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341119 is #CBEEE6. Grayscale: #1C1C1C. Windows color (decimal): -13364967 or 1642804. OLE color: 1642804.

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

Color convert

RGB521725-
CMYK00.670.520.80
HSL346.29º50.72%13.53%-
HSV(B)346.29º67.31%20.39%-
XYZ1.791.21.06-
YUV28.38126.1144.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=55.32%
G=18.09%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52172500.670.520.80346.2950.7213.53
Hex341119043345015a33e
Octal6421310103641205326316
Binary11010010001110010100001111010010100001010110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341119; }

 p { color: rgb(52,17,25); }

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

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

 a { background-color: rgb(52,17,25); }

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

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

 span { border-color: rgb(52,17,25); }

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