#341718

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

Shades of Rustic Red #341718

Tints of Rustic Red #341718

Color information

#341718 (or 0x341718) is unknown color: approx Rustic Red. HEX triplet: 34, 17 and 18. RGB value is (52,23,24). Sum of RGB (Red+Green+Blue) = 52+23+24=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341718 is #CBE8E7. Grayscale: #1F1F1F. Windows color (decimal): -13363432 or 1578804. OLE color: 1578804.

HSL color Cylindrical-coordinate representation of color #341718: hue angle of 357.93º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #341718 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB522324-
CMYK00.560.540.80
HSL357.93º38.67%14.71%-
HSV(B)357.93º55.77%20.39%-
XYZ1.891.411.04-
YUV31.78123.61142.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=52.53%
G=23.23%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52232400.560.540.80357.9338.6714.71
Hex341718038365016627f
Octal642730070661205464717
Binary1101001011111000011100011011010100001011001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341718; }

 p { color: rgb(52,23,24); }

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

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

 a { background-color: rgb(52,23,24); }

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

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

 span { border-color: rgb(52,23,24); }

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