#340A0C

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

Shades of Rustic Red #340A0C

Tints of Rustic Red #340A0C

Color information

#340A0C (or 0x340A0C) is unknown color: approx Rustic Red. HEX triplet: 34, 0A and 0C. RGB value is (52,10,12). Sum of RGB (Red+Green+Blue) = 52+10+12=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #340A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A0C is #CBF5F3. Grayscale: #161616. Windows color (decimal): -13366772 or 789044. OLE color: 789044.

HSL color Cylindrical-coordinate representation of color #340A0C: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A0C is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB521012-
CMYK00.810.770.80
HSL357.14º67.74%12.16%-
HSV(B)357.14º80.77%20.39%-
XYZ1.590.970.45-
YUV22.79121.91148.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 70.27%
GREEN value IS 10 (4.30% from 255) = 13.51%
BLUE value IS 12 (5.08% from 255) = 16.22%
R=70.27%
G=13.51%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52101200.810.770.80357.1467.7412.16
Hex34AC0514D5016544c
Octal641214012111512054510414
Binary11010010101100010100011001101101000010110010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340A0C; }

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

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

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

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

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

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

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

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