#340013

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

Shades of Rustic Red #340013

Tints of Rustic Red #340013

Color information

#340013 (or 0x340013) is unknown color: approx Rustic Red. HEX triplet: 34, 00 and 13. RGB value is (52,0,19). Sum of RGB (Red+Green+Blue) = 52+0+19=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #340013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340013 is #CBFFEC. Grayscale: #111111. Windows color (decimal): -13369325 or 1245236. OLE color: 1245236.

HSL color Cylindrical-coordinate representation of color #340013: hue angle of 338.08º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340013 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB52019-
CMYK010.630.80
HSL338.08º100%10.2%-
HSV(B)338.08º100%20.39%-
XYZ1.530.780.69-
YUV17.71128.73152.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 73.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=73.24%
G=0%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52019010.630.80338.0810010.2
Hex340130643F5015264a
Octal6402301447712052214412
Binary11010001001101100100111111101000010101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340013; }

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

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

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

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

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

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

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

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