#341013

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

Shades of Rustic Red #341013

Tints of Rustic Red #341013

Color information

#341013 (or 0x341013) is unknown color: approx Rustic Red. HEX triplet: 34, 10 and 13. RGB value is (52,16,19). Sum of RGB (Red+Green+Blue) = 52+16+19=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #341013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341013 is #CBEFEC. Grayscale: #1B1B1B. Windows color (decimal): -13365229 or 1249332. OLE color: 1249332.

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

Color convert

RGB521619-
CMYK00.690.630.80
HSL355º52.94%13.33%-
HSV(B)355º69.23%20.39%-
XYZ1.721.150.75-
YUV27.11123.43145.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.77%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=59.77%
G=18.39%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52161900.690.630.8035552.9413.33
Hex3410130453F5016335d
Octal6420230105771205436515
Binary11010010000100110100010111111110100001011000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341013; }

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

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

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

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

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

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

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

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