#340A10

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

Shades of Rustic Red #340A10

Tints of Rustic Red #340A10

Color information

#340A10 (or 0x340A10) is unknown color: approx Rustic Red. HEX triplet: 34, 0A and 10. RGB value is (52,10,16). Sum of RGB (Red+Green+Blue) = 52+10+16=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #340A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A10 is #CBF5EF. Grayscale: #171717. Windows color (decimal): -13366768 or 1051188. OLE color: 1051188.

HSL color Cylindrical-coordinate representation of color #340A10: hue angle of 351.43º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A10 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB521016-
CMYK00.810.690.80
HSL351.43º67.74%12.16%-
HSV(B)351.43º80.77%20.39%-
XYZ1.620.980.59-
YUV23.24123.91148.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=66.67%
G=12.82%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52101600.810.690.80351.4367.7412.16
Hex34A10051455015f44c
Octal641220012110512053710414
Binary110100101010000010100011000101101000010101111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,10,16); }

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

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

 a { background-color: rgb(52,10,16); }

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

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

 span { border-color: rgb(52,10,16); }

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