#340509

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

Shades of Rustic Red #340509

Tints of Rustic Red #340509

Color information

#340509 (or 0x340509) is unknown color: approx Rustic Red. HEX triplet: 34, 05 and 09. RGB value is (52,5,9). Sum of RGB (Red+Green+Blue) = 52+5+9=66 (8% of max value = 765). Red value is 52 (20.70% from 255 or 78.79% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 52 - color contains mainly: red. Hex color #340509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340509 is #CBFAF6. Grayscale: #131313. Windows color (decimal): -13368055 or 591156. OLE color: 591156.

HSL color Cylindrical-coordinate representation of color #340509: hue angle of 354.89º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340509 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB5259-
CMYK00.900.830.80
HSL354.89º82.46%11.18%-
HSV(B)354.89º90.38%20.39%-
XYZ1.520.860.34-
YUV19.51122.07151.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 78.79%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=78.79%
G=7.58%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal525900.900.830.80354.8982.4611.18
Hex345905A535016352b
Octal64511013212312054312213
Binary1101001011001010110101010011101000010110001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340509; }

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

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

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

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

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

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

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

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