#2A1017

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

Shades of Rustic Red #2A1017

Tints of Rustic Red #2A1017

Color information

#2A1017 (or 0x2A1017) is unknown color: approx Rustic Red. HEX triplet: 2A, 10 and 17. RGB value is (42,16,23). Sum of RGB (Red+Green+Blue) = 42+16+23=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1017 is #D5EFE8. Grayscale: #181818. Windows color (decimal): -14020585 or 1511466. OLE color: 1511466.

HSL color Cylindrical-coordinate representation of color #2A1017: hue angle of 343.85º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A1017 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB421623-
CMYK00.620.450.84
HSL343.85º44.83%11.37%-
HSV(B)343.85º61.9%16.47%-
XYZ1.290.920.92-
YUV24.57127.11140.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 51.85%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=51.85%
G=19.75%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42162300.620.450.84343.8544.8311.37
Hex2A101703E2D541582db
Octal522027076551245305513
Binary1010101000010111011111010110110101001010110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,16,23); }

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

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

 a { background-color: rgb(42,16,23); }

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

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

 span { border-color: rgb(42,16,23); }

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