#340C19

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

Shades of Rustic Red #340C19

Tints of Rustic Red #340C19

Color information

#340C19 (or 0x340C19) is unknown color: approx Rustic Red. HEX triplet: 34, 0C and 19. RGB value is (52,12,25). Sum of RGB (Red+Green+Blue) = 52+12+25=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C19 is #CBF3E6. Grayscale: #191919. Windows color (decimal): -13366247 or 1641524. OLE color: 1641524.

HSL color Cylindrical-coordinate representation of color #340C19: hue angle of 340.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #340C19 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB521225-
CMYK00.770.520.80
HSL340.5º62.5%12.55%-
HSV(B)340.5º76.92%20.39%-
XYZ1.721.061.03-
YUV25.44127.75146.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 12 (5.08% from 255) = 13.48%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=58.43%
G=13.48%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52122500.770.520.80340.562.512.55
Hex34C1904D34501543ed
Octal6414310115641205247615
Binary1101001100110010100110111010010100001010101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340C19; }

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

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

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

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

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

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

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

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