#1C0F11

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

Shades of Rustic Red #1C0F11

Tints of Rustic Red #1C0F11

Color information

#1C0F11 (or 0x1C0F11) is unknown color: approx Rustic Red. HEX triplet: 1C, 0F and 11. RGB value is (28,15,17). Sum of RGB (Red+Green+Blue) = 28+15+17=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F11 is #E3F0EE. Grayscale: #131313. Windows color (decimal): -14938351 or 1117980. OLE color: 1117980.

HSL color Cylindrical-coordinate representation of color #1C0F11: hue angle of 350.77º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C0F11 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB281517-
CMYK00.460.390.89
HSL350.77º30.23%8.43%-
HSV(B)350.77º46.43%10.98%-
XYZ0.750.630.61-
YUV19.11126.81134.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 46.67%
GREEN value IS 15 (6.25% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 28.33%
R=46.67%
G=25%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28151700.460.390.89350.7730.238.43
Hex1CF1102E275915f1e8
Octal341721056471315373610
Binary1110011111000101011101001111011001101011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,15,17); }

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

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

 a { background-color: rgb(28,15,17); }

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

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

 span { border-color: rgb(28,15,17); }

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