#2D0C13

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

Shades of Rustic Red #2D0C13

Tints of Rustic Red #2D0C13

Color information

#2D0C13 (or 0x2D0C13) is unknown color: approx Rustic Red. HEX triplet: 2D, 0C and 13. RGB value is (45,12,19). Sum of RGB (Red+Green+Blue) = 45+12+19=76 (10% of max value = 765). Red value is 45 (17.97% from 255 or 59.21% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0C13 is #D2F3EC. Grayscale: #161616. Windows color (decimal): -13825005 or 1248301. OLE color: 1248301.

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

Color convert

RGB451219-
CMYK00.730.580.82
HSL347.27º57.89%11.18%-
HSV(B)347.27º73.33%17.65%-
XYZ1.330.870.71-
YUV22.66125.93143.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 59.21%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 19 (7.81% from 255) = 25%
R=59.21%
G=15.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45121900.730.580.82347.2757.8911.18
Hex2DC130493A5215b3ab
Octal5514230111721225337213
Binary1011011100100110100100111101010100101010110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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