#340010

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

Shades of Rustic Red #340010

Tints of Rustic Red #340010

Color information

#340010 (or 0x340010) is unknown color: approx Rustic Red. HEX triplet: 34, 00 and 10. RGB value is (52,0,16). Sum of RGB (Red+Green+Blue) = 52+0+16=68 (9% of max value = 765). Red value is 52 (20.70% from 255 or 76.47% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 52 - color contains mainly: red. Hex color #340010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340010 is #CBFFEF. Grayscale: #111111. Windows color (decimal): -13369328 or 1048628. OLE color: 1048628.

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

Color convert

RGB52016-
CMYK010.690.80
HSL341.54º100%10.2%-
HSV(B)341.54º100%20.39%-
XYZ1.510.770.56-
YUV17.37127.23152.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 76.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 23.53%
R=76.47%
G=0%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52016010.690.80341.5410010.2
Hex34010064455015664a
Octal64020014410512052614412
Binary110100010000011001001000101101000010101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340010; }

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

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

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

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

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

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

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

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