#340810

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

Shades of Rustic Red #340810

Tints of Rustic Red #340810

Color information

#340810 (or 0x340810) is unknown color: approx Rustic Red. HEX triplet: 34, 08 and 10. RGB value is (52,8,16). Sum of RGB (Red+Green+Blue) = 52+8+16=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340810 is #CBF7EF. Grayscale: #161616. Windows color (decimal): -13367280 or 1050676. OLE color: 1050676.

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

Color convert

RGB52816-
CMYK00.850.690.80
HSL349.09º73.33%11.76%-
HSV(B)349.09º84.62%20.39%-
XYZ1.60.940.59-
YUV22.07124.58149.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 68.42%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=68.42%
G=10.53%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5281600.850.690.80349.0973.3311.76
Hex34810055455015d49c
Octal641020012510512053511114
Binary110100100010000010101011000101101000010101110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340810; }

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

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

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

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

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

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

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

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