#2D1219

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

Shades of Rustic Red #2D1219

Tints of Rustic Red #2D1219

Color information

#2D1219 (or 0x2D1219) is unknown color: approx Rustic Red. HEX triplet: 2D, 12 and 19. RGB value is (45,18,25). Sum of RGB (Red+Green+Blue) = 45+18+25=88 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.14% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1219 is #D2EDE6. Grayscale: #1A1A1A. Windows color (decimal): -13823463 or 1643053. OLE color: 1643053.

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

Color convert

RGB451825-
CMYK00.60.440.82
HSL344.44º42.86%12.35%-
HSV(B)344.44º60%17.65%-
XYZ1.471.061.05-
YUV26.87126.95140.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 51.14%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=51.14%
G=20.45%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.44
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45182500.60.440.82344.4442.8612.35
Hex2D121903C2C521582bc
Octal552231074541225305314
Binary1011011001011001011110010110010100101010110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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