#2D181A

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

Shades of Rustic Red #2D181A

Tints of Rustic Red #2D181A

Color information

#2D181A (or 0x2D181A) is unknown color: approx Rustic Red. HEX triplet: 2D, 18 and 1A. RGB value is (45,24,26). Sum of RGB (Red+Green+Blue) = 45+24+26=95 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.37% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 45 - color contains mainly: red. Hex color #2D181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D181A is #D2E7E5. Grayscale: #1E1E1E. Windows color (decimal): -13821926 or 1710125. OLE color: 1710125.

HSL color Cylindrical-coordinate representation of color #2D181A: hue angle of 354.29º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D181A is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.82.

Color convert

RGB452426-
CMYK00.470.420.82
HSL354.29º30.43%13.53%-
HSV(B)354.29º46.67%17.65%-
XYZ1.61.291.14-
YUV30.51125.46138.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 47.37%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=47.37%
G=25.26%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45242600.470.420.82354.2930.4313.53
Hex2D181A02F2A521621ee
Octal553032057521225423616
Binary101101110001101001011111010101010010101100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,24,26); }

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

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

 a { background-color: rgb(45,24,26); }

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

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

 span { border-color: rgb(45,24,26); }

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