#2C050F

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

Shades of Rustic Red #2C050F

Tints of Rustic Red #2C050F

Color information

#2C050F (or 0x2C050F) is unknown color: approx Rustic Red. HEX triplet: 2C, 05 and 0F. RGB value is (44,5,15). Sum of RGB (Red+Green+Blue) = 44+5+15=64 (8% of max value = 765). Red value is 44 (17.58% from 255 or 68.75% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 44 - color contains mainly: red. Hex color #2C050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C050F is #D3FAF0. Grayscale: #111111. Windows color (decimal): -13892337 or 984364. OLE color: 984364.

HSL color Cylindrical-coordinate representation of color #2C050F: hue angle of 344.62º 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 #2C050F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.83.

Color convert

RGB44515-
CMYK00.890.660.83
HSL344.62º79.59%9.61%-
HSV(B)344.62º88.64%17.25%-
XYZ1.180.680.52-
YUV17.8126.42146.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 68.75%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=68.75%
G=7.81%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4451500.890.660.83344.6279.599.61
Hex2C5F059425315950a
Octal54517013110212353112012
Binary1011001011111010110011000010101001110101100110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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