#340311

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

Shades of Rustic Red #340311

Tints of Rustic Red #340311

Color information

#340311 (or 0x340311) is unknown color: approx Rustic Red. HEX triplet: 34, 03 and 11. RGB value is (52,3,17). Sum of RGB (Red+Green+Blue) = 52+3+17=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #340311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340311 is #CBFCEE. Grayscale: #131313. Windows color (decimal): -13368559 or 1114932. OLE color: 1114932.

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

Color convert

RGB52317-
CMYK00.940.670.80
HSL342.86º89.09%10.78%-
HSV(B)342.86º94.23%20.39%-
XYZ1.550.840.61-
YUV19.25126.73151.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 72.22%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=72.22%
G=4.17%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5231700.940.670.80342.8689.0910.78
Hex3431105E435015759b
Octal64321013610312052713113
Binary1101001110001010111101000011101000010101011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340311; }

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

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

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

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

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

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

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

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