#34080F

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

Shades of Rustic Red #34080F

Tints of Rustic Red #34080F

Color information

#34080F (or 0x34080F) is unknown color: approx Rustic Red. HEX triplet: 34, 08 and 0F. RGB value is (52,8,15). Sum of RGB (Red+Green+Blue) = 52+8+15=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #34080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34080F is #CBF7F0. Grayscale: #151515. Windows color (decimal): -13367281 or 985140. OLE color: 985140.

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

Color convert

RGB52815-
CMYK00.850.710.80
HSL350.45º73.33%11.76%-
HSV(B)350.45º84.62%20.39%-
XYZ1.590.940.55-
YUV21.95124.08149.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 69.33%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 15 (6.25% from 255) = 20%
R=69.33%
G=10.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5281500.850.710.80350.4573.3311.76
Hex348F055475015e49c
Octal641017012510712053611114
Binary11010010001111010101011000111101000010101111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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