#340406

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

Shades of Rustic Red #340406

Tints of Rustic Red #340406

Color information

#340406 (or 0x340406) is unknown color: approx Rustic Red. HEX triplet: 34, 04 and 06. RGB value is (52,4,6). Sum of RGB (Red+Green+Blue) = 52+4+6=62 (8% of max value = 765). Red value is 52 (20.70% from 255 or 83.87% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 52 - color contains mainly: red. Hex color #340406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340406 is #CBFBF9. Grayscale: #121212. Windows color (decimal): -13368314 or 394292. OLE color: 394292.

HSL color Cylindrical-coordinate representation of color #340406: hue angle of 357.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340406 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB5246-
CMYK00.920.880.80
HSL357.5º85.71%10.98%-
HSV(B)357.5º92.31%20.39%-
XYZ1.490.830.25-
YUV18.58120.9151.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 83.87%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 6 (2.73% from 255) = 9.68%
R=83.87%
G=6.45%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal524600.920.880.80357.585.7110.98
Hex344605C585016656b
Octal6446013413012054612613
Binary110100100110010111001011000101000010110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340406; }

 p { color: rgb(52,4,6); }

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

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

 a { background-color: rgb(52,4,6); }

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

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

 span { border-color: rgb(52,4,6); }

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