#34080C

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

Shades of Rustic Red #34080C

Tints of Rustic Red #34080C

Color information

#34080C (or 0x34080C) is unknown color: approx Rustic Red. HEX triplet: 34, 08 and 0C. RGB value is (52,8,12). Sum of RGB (Red+Green+Blue) = 52+8+12=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #34080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34080C is #CBF7F3. Grayscale: #151515. Windows color (decimal): -13367284 or 788532. OLE color: 788532.

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

Color convert

RGB52812-
CMYK00.850.770.80
HSL354.55º73.33%11.76%-
HSV(B)354.55º84.62%20.39%-
XYZ1.570.930.44-
YUV21.61122.58149.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 72.22%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=72.22%
G=11.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5281200.850.770.80354.5573.3311.76
Hex348C0554D5016349c
Octal641014012511512054311114
Binary11010010001100010101011001101101000010110001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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