#1C010A

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

Shades of Rustic Red #1C010A

Tints of Rustic Red #1C010A

Color information

#1C010A (or 0x1C010A) is unknown color: approx Rustic Red. HEX triplet: 1C, 01 and 0A. RGB value is (28,1,10). Sum of RGB (Red+Green+Blue) = 28+1+10=39 (5% of max value = 765). Red value is 28 (11.33% from 255 or 71.79% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 28 - color contains mainly: red. Hex color #1C010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C010A is #E3FEF5. Grayscale: #0A0A0A. Windows color (decimal): -14941942 or 655644. OLE color: 655644.

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

Color convert

RGB28110-
CMYK00.960.640.89
HSL340º93.1%5.69%-
HSV(B)340º96.43%10.98%-
XYZ0.540.290.31-
YUV10.1127.95140.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 71.79%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=71.79%
G=2.56%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811000.960.640.8934093.15.69
Hex1C1A06040591545d6
Octal3411201401001315241356
Binary111001101001100000100000010110011010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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