#2D0C15

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

Shades of Rustic Red #2D0C15

Tints of Rustic Red #2D0C15

Color information

#2D0C15 (or 0x2D0C15) is unknown color: approx Rustic Red. HEX triplet: 2D, 0C and 15. RGB value is (45,12,21). Sum of RGB (Red+Green+Blue) = 45+12+21=78 (10% of max value = 765). Red value is 45 (17.97% from 255 or 57.69% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0C15 is #D2F3EA. Grayscale: #161616. Windows color (decimal): -13825003 or 1379373. OLE color: 1379373.

HSL color Cylindrical-coordinate representation of color #2D0C15: hue angle of 343.64º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D0C15 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB451221-
CMYK00.730.530.82
HSL343.64º57.89%11.18%-
HSV(B)343.64º73.33%17.65%-
XYZ1.350.870.81-
YUV22.89126.93143.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 57.69%
GREEN value IS 12 (5.08% from 255) = 15.38%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=57.69%
G=15.38%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45122100.730.530.82343.6457.8911.18
Hex2DC1504935521583ab
Octal5514250111651225307213
Binary1011011100101010100100111010110100101010110001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,12,21); }

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

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

 a { background-color: rgb(45,12,21); }

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

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

 span { border-color: rgb(45,12,21); }

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