#340D17

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

Shades of Rustic Red #340D17

Tints of Rustic Red #340D17

Color information

#340D17 (or 0x340D17) is unknown color: approx Rustic Red. HEX triplet: 34, 0D and 17. RGB value is (52,13,23). Sum of RGB (Red+Green+Blue) = 52+13+23=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #340D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D17 is #CBF2E8. Grayscale: #191919. Windows color (decimal): -13365993 or 1510708. OLE color: 1510708.

HSL color Cylindrical-coordinate representation of color #340D17: hue angle of 344.62º 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 #340D17 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB521323-
CMYK00.750.560.80
HSL344.62º60%12.75%-
HSV(B)344.62º75%20.39%-
XYZ1.711.080.93-
YUV25.8126.42146.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.09%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=59.09%
G=14.77%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52132300.750.560.80344.626012.75
Hex34D1704B38501593cd
Octal6415270113701205317415
Binary1101001101101110100101111100010100001010110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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