#1C020C

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

Shades of Rustic Red #1C020C

Tints of Rustic Red #1C020C

Color information

#1C020C (or 0x1C020C) is unknown color: approx Rustic Red. HEX triplet: 1C, 02 and 0C. RGB value is (28,2,12). Sum of RGB (Red+Green+Blue) = 28+2+12=42 (5% of max value = 765). Red value is 28 (11.33% from 255 or 66.67% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 28 - color contains mainly: red. Hex color #1C020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C020C is #E3FDF3. Grayscale: #0A0A0A. Windows color (decimal): -14941684 or 786972. OLE color: 786972.

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

Color convert

RGB28212-
CMYK00.930.570.89
HSL336.92º86.67%5.88%-
HSV(B)336.92º92.86%10.98%-
XYZ0.570.320.38-
YUV10.91128.61140.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=66.67%
G=4.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2821200.930.570.89336.9286.675.88
Hex1C2C05D3959151576
Octal342140135711315211276
Binary111001011000101110111100110110011010100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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