#2D1119

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

Shades of Rustic Red #2D1119

Tints of Rustic Red #2D1119

Color information

#2D1119 (or 0x2D1119) is unknown color: approx Rustic Red. HEX triplet: 2D, 11 and 19. RGB value is (45,17,25). Sum of RGB (Red+Green+Blue) = 45+17+25=87 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.72% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1119 is #D2EEE6. Grayscale: #1A1A1A. Windows color (decimal): -13823719 or 1642797. OLE color: 1642797.

HSL color Cylindrical-coordinate representation of color #2D1119: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1119 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.82.

Color convert

RGB451725-
CMYK00.620.440.82
HSL342.86º45.16%12.16%-
HSV(B)342.86º62.22%17.65%-
XYZ1.461.031.04-
YUV26.28127.28141.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 51.72%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=51.72%
G=19.54%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45172500.620.440.82342.8645.1612.16
Hex2D111903E2C521572dc
Octal552131076541225275514
Binary1011011000111001011111010110010100101010101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,17,25); }

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

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

 a { background-color: rgb(45,17,25); }

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

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

 span { border-color: rgb(45,17,25); }

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