#2C0708

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

Shades of Rustic Red #2C0708

Tints of Rustic Red #2C0708

Color information

#2C0708 (or 0x2C0708) is unknown color: approx Rustic Red. HEX triplet: 2C, 07 and 08. RGB value is (44,7,8). Sum of RGB (Red+Green+Blue) = 44+7+8=59 (7% of max value = 765). Red value is 44 (17.58% from 255 or 74.58% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0708 is #D3F8F7. Grayscale: #121212. Windows color (decimal): -13891832 or 526124. OLE color: 526124.

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

Color convert

RGB4478-
CMYK00.840.820.83
HSL358.38º72.55%10%-
HSV(B)358.38º84.09%17.25%-
XYZ1.160.70.3-
YUV18.18122.26146.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 74.58%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=74.58%
G=11.86%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal447800.840.820.83358.3872.5510
Hex2C78054525316649a
Octal54710012412212354611112
Binary1011001111000010101001010010101001110110011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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