#1C0912

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

Shades of Rustic Red #1C0912

Tints of Rustic Red #1C0912

Color information

#1C0912 (or 0x1C0912) is unknown color: approx Rustic Red. HEX triplet: 1C, 09 and 12. RGB value is (28,9,18). Sum of RGB (Red+Green+Blue) = 28+9+18=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0912 is #E3F6ED. Grayscale: #0F0F0F. Windows color (decimal): -14939886 or 1181980. OLE color: 1181980.

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

Color convert

RGB28918-
CMYK00.680.360.89
HSL331.58º51.35%7.25%-
HSV(B)331.58º67.86%10.98%-
XYZ0.690.490.63-
YUV15.71129.29136.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50.91%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=50.91%
G=16.36%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2891800.680.360.89331.5851.357.25
Hex1C912044245914c337
Octal341122010444131514637
Binary11100100110010010001001001001011001101001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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