#2D1218

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

Shades of Rustic Red #2D1218

Tints of Rustic Red #2D1218

Color information

#2D1218 (or 0x2D1218) is unknown color: approx Rustic Red. HEX triplet: 2D, 12 and 18. RGB value is (45,18,24). Sum of RGB (Red+Green+Blue) = 45+18+24=87 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.72% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1218 is #D2EDE7. Grayscale: #1A1A1A. Windows color (decimal): -13823464 or 1577517. OLE color: 1577517.

HSL color Cylindrical-coordinate representation of color #2D1218: hue angle of 346.67º 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 #2D1218 is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB451824-
CMYK00.60.470.82
HSL346.67º42.86%12.35%-
HSV(B)346.67º60%17.65%-
XYZ1.461.060.99-
YUV26.76126.45141.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 51.72%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=51.72%
G=20.69%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45182400.60.470.82346.6742.8612.35
Hex2D121803C2F5215b2bc
Octal552230074571225335314
Binary1011011001011000011110010111110100101010110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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