#1C010E

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

Shades of Rustic Red #1C010E

Tints of Rustic Red #1C010E

Color information

#1C010E (or 0x1C010E) is unknown color: approx Rustic Red. HEX triplet: 1C, 01 and 0E. RGB value is (28,1,14). Sum of RGB (Red+Green+Blue) = 28+1+14=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C010E is #E3FEF1. Grayscale: #0A0A0A. Windows color (decimal): -14941938 or 917788. OLE color: 917788.

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

Color convert

RGB28114-
CMYK00.960.500.89
HSL331.11º93.1%5.69%-
HSV(B)331.11º96.43%10.98%-
XYZ0.570.30.44-
YUV10.56129.95140.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 65.12%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=65.12%
G=2.33%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811400.960.500.89331.1193.15.69
Hex1C1E060325914b5d6
Octal341160140621315131356
Binary11100111100110000011001010110011010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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