#2C000D

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

Shades of Rustic Red #2C000D

Tints of Rustic Red #2C000D

Color information

#2C000D (or 0x2C000D) is unknown color: approx Rustic Red. HEX triplet: 2C, 00 and 0D. RGB value is (44,0,13). Sum of RGB (Red+Green+Blue) = 44+0+13=57 (7% of max value = 765). Red value is 44 (17.58% from 255 or 77.19% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 44 - color contains mainly: red. Hex color #2C000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C000D is #D3FFF2. Grayscale: #0E0E0E. Windows color (decimal): -13893619 or 852012. OLE color: 852012.

HSL color Cylindrical-coordinate representation of color #2C000D: hue angle of 342.27º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C000D is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.83.

Color convert

RGB44013-
CMYK010.700.83
HSL342.27º100%8.63%-
HSV(B)342.27º100%17.25%-
XYZ1.110.560.43-
YUV14.64127.08148.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 77.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=77.19%
G=0%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44013010.700.83342.271008.63
Hex2C0D0644653156649
Octal54015014410612352614411
Binary10110001101011001001000110101001110101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,0,13); }

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

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

 a { background-color: rgb(44,0,13); }

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

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

 span { border-color: rgb(44,0,13); }

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