#341219

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

Shades of Rustic Red #341219

Tints of Rustic Red #341219

Color information

#341219 (or 0x341219) is unknown color: approx Rustic Red. HEX triplet: 34, 12 and 19. RGB value is (52,18,25). Sum of RGB (Red+Green+Blue) = 52+18+25=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #341219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341219 is #CBEDE6. Grayscale: #1C1C1C. Windows color (decimal): -13364711 or 1643060. OLE color: 1643060.

HSL color Cylindrical-coordinate representation of color #341219: hue angle of 347.65º degrees, saturation: 0.49, 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 #341219 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB521825-
CMYK00.650.520.80
HSL347.65º48.57%13.73%-
HSV(B)347.65º65.38%20.39%-
XYZ1.811.231.06-
YUV28.96125.76144.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=54.74%
G=18.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52182500.650.520.80347.6548.5713.73
Hex341219041345015c31e
Octal6422310101641205346116
Binary11010010010110010100000111010010100001010111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341219; }

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

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

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

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

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

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

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

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