#340D15

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

Shades of Rustic Red #340D15

Tints of Rustic Red #340D15

Color information

#340D15 (or 0x340D15) is unknown color: approx Rustic Red. HEX triplet: 34, 0D and 15. RGB value is (52,13,21). Sum of RGB (Red+Green+Blue) = 52+13+21=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #340D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D15 is #CBF2EA. Grayscale: #191919. Windows color (decimal): -13365995 or 1379636. OLE color: 1379636.

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

Color convert

RGB521321-
CMYK00.750.600.80
HSL347.69º60%12.75%-
HSV(B)347.69º75%20.39%-
XYZ1.71.070.83-
YUV25.57125.42146.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 13 (5.47% from 255) = 15.12%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=60.47%
G=15.12%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52132100.750.600.80347.696012.75
Hex34D1504B3C5015c3cd
Octal6415250113741205347415
Binary1101001101101010100101111110010100001010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,13,21); }

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

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

 a { background-color: rgb(52,13,21); }

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

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

 span { border-color: rgb(52,13,21); }

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