#1C0809

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

Shades of Rustic Red #1C0809

Tints of Rustic Red #1C0809

Color information

#1C0809 (or 0x1C0809) is unknown color: approx Rustic Red. HEX triplet: 1C, 08 and 09. RGB value is (28,8,9). Sum of RGB (Red+Green+Blue) = 28+8+9=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0809 is #E3F7F6. Grayscale: #0E0E0E. Windows color (decimal): -14940151 or 591900. OLE color: 591900.

HSL color Cylindrical-coordinate representation of color #1C0809: hue angle of 357º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C0809 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB2889-
CMYK00.710.680.89
HSL357º55.56%7.06%-
HSV(B)357º71.43%10.98%-
XYZ0.620.440.31-
YUV14.09125.13137.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 62.22%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 9 (3.91% from 255) = 20%
R=62.22%
G=17.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal288900.710.680.8935755.567.06
Hex1C890474459165387
Octal3410110107104131545707
Binary11100100010010100011110001001011001101100101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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