#1C0D11

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

Shades of Rustic Red #1C0D11

Tints of Rustic Red #1C0D11

Color information

#1C0D11 (or 0x1C0D11) is unknown color: approx Rustic Red. HEX triplet: 1C, 0D and 11. RGB value is (28,13,17). Sum of RGB (Red+Green+Blue) = 28+13+17=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0D11 is #E3F2EE. Grayscale: #111111. Windows color (decimal): -14938863 or 1117468. OLE color: 1117468.

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

Color convert

RGB281317-
CMYK00.540.390.89
HSL344º36.59%8.04%-
HSV(B)344º53.57%10.98%-
XYZ0.720.580.6-
YUV17.94127.47135.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 48.28%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=48.28%
G=22.41%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28131700.540.390.8934436.598.04
Hex1CD110362759158258
Octal341521066471315304510
Binary11100110110001011011010011110110011010110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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