#341316

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

Shades of Rustic Red #341316

Tints of Rustic Red #341316

Color information

#341316 (or 0x341316) is unknown color: approx Rustic Red. HEX triplet: 34, 13 and 16. RGB value is (52,19,22). Sum of RGB (Red+Green+Blue) = 52+19+22=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341316 is #CBECE9. Grayscale: #1D1D1D. Windows color (decimal): -13364458 or 1446708. OLE color: 1446708.

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

Color convert

RGB521922-
CMYK00.630.580.80
HSL354.55º46.48%13.92%-
HSV(B)354.55º63.46%20.39%-
XYZ1.791.250.91-
YUV29.21123.93144.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.91%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=55.91%
G=20.43%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52192200.630.580.80354.5546.4813.92
Hex34131603F3A501632ee
Octal642326077721205435616
Binary1101001001110110011111111101010100001011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341316; }

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

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

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

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

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

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

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

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