#340D11

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

Shades of Rustic Red #340D11

Tints of Rustic Red #340D11

Color information

#340D11 (or 0x340D11) is unknown color: approx Rustic Red. HEX triplet: 34, 0D and 11. RGB value is (52,13,17). Sum of RGB (Red+Green+Blue) = 52+13+17=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #340D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D11 is #CBF2EE. Grayscale: #191919. Windows color (decimal): -13365999 or 1117492. OLE color: 1117492.

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

Color convert

RGB521317-
CMYK00.750.670.80
HSL353.85º60%12.75%-
HSV(B)353.85º75%20.39%-
XYZ1.661.060.65-
YUV25.12123.42147.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 63.41%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=63.41%
G=15.85%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52131700.750.670.80353.856012.75
Hex34D1104B43501623cd
Octal64152101131031205427415
Binary11010011011000101001011100001110100001011000101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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