#1C0E13

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

Shades of Rustic Red #1C0E13

Tints of Rustic Red #1C0E13

Color information

#1C0E13 (or 0x1C0E13) is unknown color: approx Rustic Red. HEX triplet: 1C, 0E and 13. RGB value is (28,14,19). Sum of RGB (Red+Green+Blue) = 28+14+19=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E13 is #E3F1EC. Grayscale: #121212. Windows color (decimal): -14938605 or 1248796. OLE color: 1248796.

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

Color convert

RGB281419-
CMYK00.500.320.89
HSL338.57º33.33%8.24%-
HSV(B)338.57º50%10.98%-
XYZ0.750.610.69-
YUV18.76128.14134.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.90%
GREEN value IS 14 (5.86% from 255) = 22.95%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=45.90%
G=22.95%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28141900.500.320.89338.5733.338.24
Hex1CE130322059153218
Octal341623062401315234110
Binary11100111010011011001010000010110011010100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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