#1C0107

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

Shades of Rustic Red #1C0107

Tints of Rustic Red #1C0107

Color information

#1C0107 (or 0x1C0107) is unknown color: approx Rustic Red. HEX triplet: 1C, 01 and 07. RGB value is (28,1,7). Sum of RGB (Red+Green+Blue) = 28+1+7=36 (4% of max value = 765). Red value is 28 (11.33% from 255 or 77.78% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0107 is #E3FEF8. Grayscale: #090909. Windows color (decimal): -14941945 or 459036. OLE color: 459036.

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

Color convert

RGB2817-
CMYK00.960.750.89
HSL346.67º93.1%5.69%-
HSV(B)346.67º96.43%10.98%-
XYZ0.530.280.23-
YUV9.76126.45141.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 77.78%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 7 (3.12% from 255) = 19.44%
R=77.78%
G=2.78%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal281700.960.750.89346.6793.15.69
Hex1C170604B5915b5d6
Octal341701401131315331356
Binary11100111101100000100101110110011010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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