#2C0607

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

Shades of Rustic Red #2C0607

Tints of Rustic Red #2C0607

Color information

#2C0607 (or 0x2C0607) is unknown color: approx Rustic Red. HEX triplet: 2C, 06 and 07. RGB value is (44,6,7). Sum of RGB (Red+Green+Blue) = 44+6+7=57 (7% of max value = 765). Red value is 44 (17.58% from 255 or 77.19% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0607 is #D3F9F8. Grayscale: #111111. Windows color (decimal): -13892089 or 460332. OLE color: 460332.

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

Color convert

RGB4467-
CMYK00.860.840.83
HSL358.42º76%9.8%-
HSV(B)358.42º86.36%17.25%-
XYZ1.140.680.27-
YUV17.48122.09146.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 77.19%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 7 (3.12% from 255) = 12.28%
R=77.19%
G=10.53%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal446700.860.840.83358.42769.8
Hex2C6705654531664ca
Octal5467012612412354611412
Binary101100110111010101101010100101001110110011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,6,7); }

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

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

 a { background-color: rgb(44,6,7); }

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

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

 span { border-color: rgb(44,6,7); }

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