#341016

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

Shades of Rustic Red #341016

Tints of Rustic Red #341016

Color information

#341016 (or 0x341016) is unknown color: approx Rustic Red. HEX triplet: 34, 10 and 16. RGB value is (52,16,22). Sum of RGB (Red+Green+Blue) = 52+16+22=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341016 is #CBEFE9. Grayscale: #1B1B1B. Windows color (decimal): -13365226 or 1445940. OLE color: 1445940.

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

Color convert

RGB521622-
CMYK00.690.580.80
HSL350º52.94%13.33%-
HSV(B)350º69.23%20.39%-
XYZ1.751.160.89-
YUV27.45124.93145.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.78%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=57.78%
G=17.78%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52162200.690.580.8035052.9413.33
Hex3410160453A5015e35d
Octal6420260105721205366515
Binary11010010000101100100010111101010100001010111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341016; }

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

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

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

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

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

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

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

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