#340111

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

Shades of Rustic Red #340111

Tints of Rustic Red #340111

Color information

#340111 (or 0x340111) is unknown color: approx Rustic Red. HEX triplet: 34, 01 and 11. RGB value is (52,1,17). Sum of RGB (Red+Green+Blue) = 52+1+17=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340111 is #CBFEEE. Grayscale: #121212. Windows color (decimal): -13369071 or 1114420. OLE color: 1114420.

HSL color Cylindrical-coordinate representation of color #340111: hue angle of 341.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340111 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB52117-
CMYK00.980.670.80
HSL341.18º96.23%10.39%-
HSV(B)341.18º98.08%20.39%-
XYZ1.530.790.6-
YUV18.07127.4152.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 74.29%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=74.29%
G=1.43%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5211700.980.670.80341.1896.2310.39
Hex34111062435015560a
Octal64121014210312052514012
Binary110100110001011000101000011101000010101010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340111; }

 p { color: rgb(52,1,17); }

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

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

 a { background-color: rgb(52,1,17); }

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

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

 span { border-color: rgb(52,1,17); }

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