#340913

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

Shades of Rustic Red #340913

Tints of Rustic Red #340913

Color information

#340913 (or 0x340913) is unknown color: approx Rustic Red. HEX triplet: 34, 09 and 13. RGB value is (52,9,19). Sum of RGB (Red+Green+Blue) = 52+9+19=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #340913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340913 is #CBF6EC. Grayscale: #171717. Windows color (decimal): -13367021 or 1247540. OLE color: 1247540.

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

Color convert

RGB52919-
CMYK00.830.630.80
HSL346.05º70.49%11.96%-
HSV(B)346.05º82.69%20.39%-
XYZ1.630.970.72-
YUV23125.75148.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=65%
G=11.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5291900.830.630.80346.0570.4911.96
Hex349130533F5015a46c
Octal64112301237712053210614
Binary11010010011001101010011111111101000010101101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340913; }

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

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

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

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

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

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

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

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