#340508

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

Shades of Rustic Red #340508

Tints of Rustic Red #340508

Color information

#340508 (or 0x340508) is unknown color: approx Rustic Red. HEX triplet: 34, 05 and 08. RGB value is (52,5,8). Sum of RGB (Red+Green+Blue) = 52+5+8=65 (8% of max value = 765). Red value is 52 (20.70% from 255 or 80% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 52 - color contains mainly: red. Hex color #340508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340508 is #CBFAF7. Grayscale: #131313. Windows color (decimal): -13368056 or 525620. OLE color: 525620.

HSL color Cylindrical-coordinate representation of color #340508: hue angle of 356.17º 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 #340508 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB5258-
CMYK00.900.850.80
HSL356.17º82.46%11.18%-
HSV(B)356.17º90.38%20.39%-
XYZ1.510.860.32-
YUV19.4121.57151.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=80%
G=7.69%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal525800.900.850.80356.1782.4611.18
Hex345805A555016452b
Octal64510013212512054412213
Binary1101001011000010110101010101101000010110010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340508; }

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

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

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

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

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

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

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

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