#340109

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

Shades of Rustic Red #340109

Tints of Rustic Red #340109

Color information

#340109 (or 0x340109) is unknown color: approx Rustic Red. HEX triplet: 34, 01 and 09. RGB value is (52,1,9). Sum of RGB (Red+Green+Blue) = 52+1+9=62 (8% of max value = 765). Red value is 52 (20.70% from 255 or 83.87% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 52 - color contains mainly: red. Hex color #340109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340109 is #CBFEF6. Grayscale: #111111. Windows color (decimal): -13369079 or 590132. OLE color: 590132.

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

Color convert

RGB5219-
CMYK00.980.830.80
HSL350.59º96.23%10.39%-
HSV(B)350.59º98.08%20.39%-
XYZ1.480.770.33-
YUV17.16123.4152.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 83.87%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 9 (3.91% from 255) = 14.52%
R=83.87%
G=1.61%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal521900.980.830.80350.5996.2310.39
Hex3419062535015f60a
Octal64111014212312053714012
Binary11010011001011000101010011101000010101111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340109; }

 p { color: rgb(52,1,9); }

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

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

 a { background-color: rgb(52,1,9); }

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

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

 span { border-color: rgb(52,1,9); }

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