#340104

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

Shades of Rustic Red #340104

Tints of Rustic Red #340104

Color information

#340104 (or 0x340104) is unknown color: approx Rustic Red. HEX triplet: 34, 01 and 04. RGB value is (52,1,4). Sum of RGB (Red+Green+Blue) = 52+1+4=57 (7% of max value = 765). Red value is 52 (20.70% from 255 or 91.23% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 52 - color contains mainly: red. Hex color #340104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340104 is #CBFEFB. Grayscale: #101010. Windows color (decimal): -13369084 or 262452. OLE color: 262452.

HSL color Cylindrical-coordinate representation of color #340104: hue angle of 356.47º 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 #340104 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB5214-
CMYK00.980.920.80
HSL356.47º96.23%10.39%-
HSV(B)356.47º98.08%20.39%-
XYZ1.450.760.19-
YUV16.59120.9153.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 91.23%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=91.23%
G=1.75%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal521400.980.920.80356.4796.2310.39
Hex34140625C5016460a
Octal6414014213412054414012
Binary1101001100011000101011100101000010110010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340104; }

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

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

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

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

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

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

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

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