#340D18

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

Shades of Rustic Red #340D18

Tints of Rustic Red #340D18

Color information

#340D18 (or 0x340D18) is unknown color: approx Rustic Red. HEX triplet: 34, 0D and 18. RGB value is (52,13,24). Sum of RGB (Red+Green+Blue) = 52+13+24=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D18 is #CBF2E7. Grayscale: #191919. Windows color (decimal): -13365992 or 1576244. OLE color: 1576244.

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

Color convert

RGB521324-
CMYK00.750.540.80
HSL343.08º60%12.75%-
HSV(B)343.08º75%20.39%-
XYZ1.721.080.98-
YUV25.92126.92146.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 13 (5.47% from 255) = 14.61%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=58.43%
G=14.61%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52132400.750.540.80343.086012.75
Hex34D1804B36501573cd
Octal6415300113661205277415
Binary1101001101110000100101111011010100001010101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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