#2A181B

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

Shades of Rustic Red #2A181B

Tints of Rustic Red #2A181B

Color information

#2A181B (or 0x2A181B) is unknown color: approx Rustic Red. HEX triplet: 2A, 18 and 1B. RGB value is (42,24,27). Sum of RGB (Red+Green+Blue) = 42+24+27=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A181B is #D5E7E4. Grayscale: #1D1D1D. Windows color (decimal): -14018533 or 1775658. OLE color: 1775658.

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

Color convert

RGB422427-
CMYK00.430.360.84
HSL350º27.27%12.94%-
HSV(B)350º42.86%16.47%-
XYZ1.481.221.2-
YUV29.72126.46136.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 45.16%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=45.16%
G=25.81%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42242700.430.360.8435027.2712.94
Hex2A181B02B245415e1bd
Octal523033053441245363315
Binary101010110001101101010111001001010100101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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