#34080D

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

Shades of Rustic Red #34080D

Tints of Rustic Red #34080D

Color information

#34080D (or 0x34080D) is unknown color: approx Rustic Red. HEX triplet: 34, 08 and 0D. RGB value is (52,8,13). Sum of RGB (Red+Green+Blue) = 52+8+13=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #34080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34080D is #CBF7F2. Grayscale: #151515. Windows color (decimal): -13367283 or 854068. OLE color: 854068.

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

Color convert

RGB52813-
CMYK00.850.750.80
HSL353.18º73.33%11.76%-
HSV(B)353.18º84.62%20.39%-
XYZ1.580.930.48-
YUV21.73123.08149.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 71.23%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=71.23%
G=10.96%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5281300.850.750.80353.1873.3311.76
Hex348D0554B5016149c
Octal641015012511312054111114
Binary11010010001101010101011001011101000010110000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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