#340F13

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

Shades of Rustic Red #340F13

Tints of Rustic Red #340F13

Color information

#340F13 (or 0x340F13) is unknown color: approx Rustic Red. HEX triplet: 34, 0F and 13. RGB value is (52,15,19). Sum of RGB (Red+Green+Blue) = 52+15+19=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #340F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F13 is #CBF0EC. Grayscale: #1A1A1A. Windows color (decimal): -13365485 or 1249076. OLE color: 1249076.

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

Color convert

RGB521519-
CMYK00.710.630.80
HSL353.51º55.22%13.14%-
HSV(B)353.51º71.15%20.39%-
XYZ1.71.120.74-
YUV26.52123.76146.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 15 (6.25% from 255) = 17.44%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=60.47%
G=17.44%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52151900.710.630.80353.5155.2213.14
Hex34F130473F5016237d
Octal6417230107771205426715
Binary1101001111100110100011111111110100001011000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,15,19); }

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

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

 a { background-color: rgb(52,15,19); }

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

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

 span { border-color: rgb(52,15,19); }

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