#340304

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

Shades of Rustic Red #340304

Tints of Rustic Red #340304

Color information

#340304 (or 0x340304) is unknown color: approx Rustic Red. HEX triplet: 34, 03 and 04. RGB value is (52,3,4). Sum of RGB (Red+Green+Blue) = 52+3+4=59 (7% of max value = 765). Red value is 52 (20.70% from 255 or 88.14% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 52 - color contains mainly: red. Hex color #340304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340304 is #CBFCFB. Grayscale: #111111. Windows color (decimal): -13368572 or 262964. OLE color: 262964.

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

Color convert

RGB5234-
CMYK00.940.920.80
HSL358.78º89.09%10.78%-
HSV(B)358.78º94.23%20.39%-
XYZ1.470.80.19-
YUV17.76120.23152.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 88.14%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=88.14%
G=5.08%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal523400.940.920.80358.7889.0910.78
Hex343405E5C5016759b
Octal6434013613412054713113
Binary11010011100010111101011100101000010110011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340304; }

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

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

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

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

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

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

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

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