#340312

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

Shades of Rustic Red #340312

Tints of Rustic Red #340312

Color information

#340312 (or 0x340312) is unknown color: approx Rustic Red. HEX triplet: 34, 03 and 12. RGB value is (52,3,18). Sum of RGB (Red+Green+Blue) = 52+3+18=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #340312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340312 is #CBFCED. Grayscale: #131313. Windows color (decimal): -13368558 or 1180468. OLE color: 1180468.

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

Color convert

RGB52318-
CMYK00.940.650.80
HSL341.63º89.09%10.78%-
HSV(B)341.63º94.23%20.39%-
XYZ1.560.840.65-
YUV19.36127.23151.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 71.23%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=71.23%
G=4.11%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5231800.940.650.80341.6389.0910.78
Hex3431205E415015659b
Octal64322013610112052613113
Binary1101001110010010111101000001101000010101011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340312; }

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

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

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

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

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

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

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

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