#2A171B

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

Shades of Rustic Red #2A171B

Tints of Rustic Red #2A171B

Color information

#2A171B (or 0x2A171B) is unknown color: approx Rustic Red. HEX triplet: 2A, 17 and 1B. RGB value is (42,23,27). Sum of RGB (Red+Green+Blue) = 42+23+27=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 42 - color contains mainly: red. Hex color #2A171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A171B is #D5E8E4. Grayscale: #1D1D1D. Windows color (decimal): -14018789 or 1775402. OLE color: 1775402.

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

Color convert

RGB422327-
CMYK00.450.360.84
HSL347.37º29.23%12.75%-
HSV(B)347.37º45.24%16.47%-
XYZ1.461.181.19-
YUV29.14126.79137.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 45.65%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=45.65%
G=25%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42232700.450.360.84347.3729.2312.75
Hex2A171B02D245415b1dd
Octal522733055441245333515
Binary101010101111101101011011001001010100101011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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