#341417

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

Shades of Rustic Red #341417

Tints of Rustic Red #341417

Color information

#341417 (or 0x341417) is unknown color: approx Rustic Red. HEX triplet: 34, 14 and 17. RGB value is (52,20,23). Sum of RGB (Red+Green+Blue) = 52+20+23=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #341417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341417 is #CBEBE8. Grayscale: #1D1D1D. Windows color (decimal): -13364201 or 1512500. OLE color: 1512500.

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

Color convert

RGB522023-
CMYK00.620.560.80
HSL354.38º44.44%14.12%-
HSV(B)354.38º61.54%20.39%-
XYZ1.821.290.96-
YUV29.91124.1143.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=54.74%
G=21.05%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52202300.620.560.80354.3844.4414.12
Hex34141703E38501622ce
Octal642427076701205425416
Binary1101001010010111011111011100010100001011000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341417; }

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

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

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

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

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

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

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

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