#1C020A

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

Shades of Rustic Red #1C020A

Tints of Rustic Red #1C020A

Color information

#1C020A (or 0x1C020A) is unknown color: approx Rustic Red. HEX triplet: 1C, 02 and 0A. RGB value is (28,2,10). Sum of RGB (Red+Green+Blue) = 28+2+10=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C020A is #E3FDF5. Grayscale: #0A0A0A. Windows color (decimal): -14941686 or 655900. OLE color: 655900.

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

Color convert

RGB28210-
CMYK00.930.640.89
HSL341.54º86.67%5.88%-
HSV(B)341.54º92.86%10.98%-
XYZ0.560.310.32-
YUV10.69127.61140.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 70%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 10 (4.30% from 255) = 25%
R=70%
G=5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2821000.930.640.89341.5486.675.88
Hex1C2A05D4059156576
Octal3421201351001315261276
Binary1110010101001011101100000010110011010101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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