#1C0A12

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

Shades of Rustic Red #1C0A12

Tints of Rustic Red #1C0A12

Color information

#1C0A12 (or 0x1C0A12) is unknown color: approx Rustic Red. HEX triplet: 1C, 0A and 12. RGB value is (28,10,18). Sum of RGB (Red+Green+Blue) = 28+10+18=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A12 is #E3F5ED. Grayscale: #101010. Windows color (decimal): -14939630 or 1182236. OLE color: 1182236.

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

Color convert

RGB281018-
CMYK00.640.360.89
HSL333.33º47.37%7.45%-
HSV(B)333.33º64.29%10.98%-
XYZ0.70.510.63-
YUV16.29128.96136.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 17.86%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=50%
G=17.86%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28101800.640.360.89333.3347.377.45
Hex1CA12040245914d2f7
Octal341222010044131515577
Binary11100101010010010000001001001011001101001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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