#2C0114

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

Shades of Rustic Red #2C0114

Tints of Rustic Red #2C0114

Color information

#2C0114 (or 0x2C0114) is unknown color: approx Rustic Red. HEX triplet: 2C, 01 and 14. RGB value is (44,1,20). Sum of RGB (Red+Green+Blue) = 44+1+20=65 (8% of max value = 765). Red value is 44 (17.58% from 255 or 67.69% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0114 is #D3FEEB. Grayscale: #0F0F0F. Windows color (decimal): -13893356 or 1311020. OLE color: 1311020.

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

Color convert

RGB44120-
CMYK00.980.550.83
HSL333.49º95.56%8.82%-
HSV(B)333.49º97.73%17.25%-
XYZ1.180.610.72-
YUV16.02130.25147.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 67.69%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=67.69%
G=1.54%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4412000.980.550.83333.4995.568.82
Hex2C114062375314d609
Octal5412401426712351514011
Binary10110011010001100010110111101001110100110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,1,20); }

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

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

 a { background-color: rgb(44,1,20); }

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

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

 span { border-color: rgb(44,1,20); }

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