#34080E

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

Shades of Rustic Red #34080E

Tints of Rustic Red #34080E

Color information

#34080E (or 0x34080E) is unknown color: approx Rustic Red. HEX triplet: 34, 08 and 0E. RGB value is (52,8,14). Sum of RGB (Red+Green+Blue) = 52+8+14=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #34080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34080E is #CBF7F1. Grayscale: #151515. Windows color (decimal): -13367282 or 919604. OLE color: 919604.

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

Color convert

RGB52814-
CMYK00.850.730.80
HSL351.82º73.33%11.76%-
HSV(B)351.82º84.62%20.39%-
XYZ1.580.940.51-
YUV21.84123.58149.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 70.27%
GREEN value IS 8 (3.52% from 255) = 10.81%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=70.27%
G=10.81%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5281400.850.730.80351.8273.3311.76
Hex348E055495016049c
Octal641016012511112054011114
Binary11010010001110010101011001001101000010110000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34080E; }

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

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

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

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

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

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

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

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