#1C030D

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

Shades of Rustic Red #1C030D

Tints of Rustic Red #1C030D

Color information

#1C030D (or 0x1C030D) is unknown color: approx Rustic Red. HEX triplet: 1C, 03 and 0D. RGB value is (28,3,13). Sum of RGB (Red+Green+Blue) = 28+3+13=44 (5% of max value = 765). Red value is 28 (11.33% from 255 or 63.64% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 28 - color contains mainly: red. Hex color #1C030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C030D is #E3FCF2. Grayscale: #0B0B0B. Windows color (decimal): -14941427 or 852764. OLE color: 852764.

HSL color Cylindrical-coordinate representation of color #1C030D: hue angle of 336º 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 #1C030D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.89.

Color convert

RGB28313-
CMYK00.890.540.89
HSL336º80.65%6.08%-
HSV(B)336º89.29%10.98%-
XYZ0.580.340.42-
YUV11.61128.78139.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 63.64%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=63.64%
G=6.82%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2831300.890.540.8933680.656.08
Hex1C3D0593659150516
Octal343150131661315201216
Binary111001111010101100111011010110011010100001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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