#1C030E

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

Shades of Rustic Red #1C030E

Tints of Rustic Red #1C030E

Color information

#1C030E (or 0x1C030E) is unknown color: approx Rustic Red. HEX triplet: 1C, 03 and 0E. RGB value is (28,3,14). Sum of RGB (Red+Green+Blue) = 28+3+14=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C030E is #E3FCF1. Grayscale: #0B0B0B. Windows color (decimal): -14941426 or 918300. OLE color: 918300.

HSL color Cylindrical-coordinate representation of color #1C030E: hue angle of 333.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C030E is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.89.

Color convert

RGB28314-
CMYK00.890.500.89
HSL333.6º80.65%6.08%-
HSV(B)333.6º89.29%10.98%-
XYZ0.590.340.45-
YUV11.73129.28139.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 62.22%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 14 (5.86% from 255) = 31.11%
R=62.22%
G=6.67%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2831400.890.500.89333.680.656.08
Hex1C3E059325914e516
Octal343160131621315161216
Binary111001111100101100111001010110011010011101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C030E; }

 p { color: rgb(28,3,14); }

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

<style>
 a { background-color: #1C030E; }

 a { background-color: rgb(28,3,14); }

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

<style>
 span { border-color: #1C030E; }

 span { border-color: rgb(28,3,14); }

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