#1C0711

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

Shades of Rustic Red #1C0711

Tints of Rustic Red #1C0711

Color information

#1C0711 (or 0x1C0711) is unknown color: approx Rustic Red. HEX triplet: 1C, 07 and 11. RGB value is (28,7,17). Sum of RGB (Red+Green+Blue) = 28+7+17=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0711 is #E3F8EE. Grayscale: #0E0E0E. Windows color (decimal): -14940399 or 1115932. OLE color: 1115932.

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

Color convert

RGB28717-
CMYK00.750.390.89
HSL331.43º60%6.86%-
HSV(B)331.43º75%10.98%-
XYZ0.660.440.58-
YUV14.42129.46137.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 53.85%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=53.85%
G=13.46%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2871700.750.390.89331.43606.86
Hex1C71104B275914b3c7
Octal34721011347131513747
Binary1110011110001010010111001111011001101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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