#340113

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

Shades of Rustic Red #340113

Tints of Rustic Red #340113

Color information

#340113 (or 0x340113) is unknown color: approx Rustic Red. HEX triplet: 34, 01 and 13. RGB value is (52,1,19). Sum of RGB (Red+Green+Blue) = 52+1+19=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #340113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340113 is #CBFEEC. Grayscale: #121212. Windows color (decimal): -13369069 or 1245492. OLE color: 1245492.

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

Color convert

RGB52119-
CMYK00.980.630.80
HSL338.82º96.23%10.39%-
HSV(B)338.82º98.08%20.39%-
XYZ1.540.80.69-
YUV18.3128.4152.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 72.22%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=72.22%
G=1.39%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5211900.980.630.80338.8296.2310.39
Hex341130623F5015360a
Octal6412301427712052314012
Binary11010011001101100010111111101000010101001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340113; }

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

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

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

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

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

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

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

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