#1C0B11

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

Shades of Rustic Red #1C0B11

Tints of Rustic Red #1C0B11

Color information

#1C0B11 (or 0x1C0B11) is unknown color: approx Rustic Red. HEX triplet: 1C, 0B and 11. RGB value is (28,11,17). Sum of RGB (Red+Green+Blue) = 28+11+17=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B11 is #E3F4EE. Grayscale: #101010. Windows color (decimal): -14939375 or 1116956. OLE color: 1116956.

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

Color convert

RGB281117-
CMYK00.610.390.89
HSL338.82º43.59%7.65%-
HSV(B)338.82º60.71%10.98%-
XYZ0.70.530.6-
YUV16.77128.13136.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=50%
G=19.64%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28111700.610.390.89338.8243.597.65
Hex1CB1103D27591532c8
Octal341321075471315235410
Binary11100101110001011110110011110110011010100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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