#34030E

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

Shades of Rustic Red #34030E

Tints of Rustic Red #34030E

Color information

#34030E (or 0x34030E) is unknown color: approx Rustic Red. HEX triplet: 34, 03 and 0E. RGB value is (52,3,14). Sum of RGB (Red+Green+Blue) = 52+3+14=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #34030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34030E is #CBFCF1. Grayscale: #121212. Windows color (decimal): -13368562 or 918324. OLE color: 918324.

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

Color convert

RGB52314-
CMYK00.940.730.80
HSL346.53º89.09%10.78%-
HSV(B)346.53º94.23%20.39%-
XYZ1.530.830.49-
YUV18.9125.23151.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 75.36%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=75.36%
G=4.35%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5231400.940.730.80346.5389.0910.78
Hex343E05E495015b59b
Octal64316013611112053313113
Binary110100111110010111101001001101000010101101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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