#340306

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

Shades of Rustic Red #340306

Tints of Rustic Red #340306

Color information

#340306 (or 0x340306) is unknown color: approx Rustic Red. HEX triplet: 34, 03 and 06. RGB value is (52,3,6). Sum of RGB (Red+Green+Blue) = 52+3+6=61 (8% of max value = 765). Red value is 52 (20.70% from 255 or 85.25% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 52 - color contains mainly: red. Hex color #340306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340306 is #CBFCF9. Grayscale: #121212. Windows color (decimal): -13368570 or 394036. OLE color: 394036.

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

Color convert

RGB5236-
CMYK00.940.880.80
HSL356.33º89.09%10.78%-
HSV(B)356.33º94.23%20.39%-
XYZ1.480.810.25-
YUV17.99121.23152.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 85.25%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=85.25%
G=4.92%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal523600.940.880.80356.3389.0910.78
Hex343605E585016459b
Octal6436013613012054413113
Binary11010011110010111101011000101000010110010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340306; }

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

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

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

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

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

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

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

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