#1C090A

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

Shades of Rustic Red #1C090A

Tints of Rustic Red #1C090A

Color information

#1C090A (or 0x1C090A) is unknown color: approx Rustic Red. HEX triplet: 1C, 09 and 0A. RGB value is (28,9,10). Sum of RGB (Red+Green+Blue) = 28+9+10=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C090A is #E3F6F5. Grayscale: #0E0E0E. Windows color (decimal): -14939894 or 657692. OLE color: 657692.

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

Color convert

RGB28910-
CMYK00.680.640.89
HSL356.84º51.35%7.25%-
HSV(B)356.84º67.86%10.98%-
XYZ0.630.460.34-
YUV14.8125.29137.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 59.57%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=59.57%
G=19.15%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2891000.680.640.89356.8451.357.25
Hex1C9A0444059165337
Octal3411120104100131545637
Binary11100100110100100010010000001011001101100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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