#2D1112

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

Shades of Rustic Red #2D1112

Tints of Rustic Red #2D1112

Color information

#2D1112 (or 0x2D1112) is unknown color: approx Rustic Red. HEX triplet: 2D, 11 and 12. RGB value is (45,17,18). Sum of RGB (Red+Green+Blue) = 45+17+18=80 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1112 is #D2EEED. Grayscale: #191919. Windows color (decimal): -13823726 or 1184045. OLE color: 1184045.

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

Color convert

RGB451718-
CMYK00.620.60.82
HSL357.86º45.16%12.16%-
HSV(B)357.86º62.22%17.65%-
XYZ1.3910.69-
YUV25.49123.78141.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 56.25%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=56.25%
G=21.25%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45171800.620.60.82357.8645.1612.16
Hex2D111203E3C521662dc
Octal552122076741225465514
Binary1011011000110010011111011110010100101011001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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