#2C0511

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

Shades of Rustic Red #2C0511

Tints of Rustic Red #2C0511

Color information

#2C0511 (or 0x2C0511) is unknown color: approx Rustic Red. HEX triplet: 2C, 05 and 11. RGB value is (44,5,17). Sum of RGB (Red+Green+Blue) = 44+5+17=66 (8% of max value = 765). Red value is 44 (17.58% from 255 or 66.67% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0511 is #D3FAEE. Grayscale: #121212. Windows color (decimal): -13892335 or 1115436. OLE color: 1115436.

HSL color Cylindrical-coordinate representation of color #2C0511: hue angle of 341.54º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0511 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB44517-
CMYK00.890.610.83
HSL341.54º79.59%9.61%-
HSV(B)341.54º88.64%17.25%-
XYZ1.190.680.6-
YUV18.03127.42146.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=66.67%
G=7.58%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4451700.890.610.83341.5479.599.61
Hex2C5110593D5315650a
Octal5452101317512352612012
Binary1011001011000101011001111101101001110101011010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,5,17); }

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

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

 a { background-color: rgb(44,5,17); }

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

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

 span { border-color: rgb(44,5,17); }

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