#2A1316

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

Shades of Rustic Red #2A1316

Tints of Rustic Red #2A1316

Color information

#2A1316 (or 0x2A1316) is unknown color: approx Rustic Red. HEX triplet: 2A, 13 and 16. RGB value is (42,19,22). Sum of RGB (Red+Green+Blue) = 42+19+22=83 (10% of max value = 765). Red value is 42 (16.80% from 255 or 50.60% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1316 is #D5ECE9. Grayscale: #1A1A1A. Windows color (decimal): -14019818 or 1446698. OLE color: 1446698.

HSL color Cylindrical-coordinate representation of color #2A1316: hue angle of 352.17º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1316 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB421922-
CMYK00.550.480.84
HSL352.17º37.7%11.96%-
HSV(B)352.17º54.76%16.47%-
XYZ1.331.020.88-
YUV26.22125.62139.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 50.60%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=50.60%
G=22.89%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42192200.550.480.84352.1737.711.96
Hex2A1316037305416026c
Octal522326067601245404614
Binary1010101001110110011011111000010101001011000001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1316; }

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

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

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

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

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

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

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

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