#1C0209

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

Shades of Rustic Red #1C0209

Tints of Rustic Red #1C0209

Color information

#1C0209 (or 0x1C0209) is unknown color: approx Rustic Red. HEX triplet: 1C, 02 and 09. RGB value is (28,2,9). Sum of RGB (Red+Green+Blue) = 28+2+9=39 (5% of max value = 765). Red value is 28 (11.33% from 255 or 71.79% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0209 is #E3FDF6. Grayscale: #0A0A0A. Windows color (decimal): -14941687 or 590364. OLE color: 590364.

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

Color convert

RGB2829-
CMYK00.930.680.89
HSL343.85º86.67%5.88%-
HSV(B)343.85º92.86%10.98%-
XYZ0.550.310.29-
YUV10.57127.11140.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 71.79%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 9 (3.91% from 255) = 23.08%
R=71.79%
G=5.13%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal282900.930.680.89343.8586.675.88
Hex1C2905D4459158576
Octal3421101351041315301276
Binary1110010100101011101100010010110011010110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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