#1C010F

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

Shades of Rustic Red #1C010F

Tints of Rustic Red #1C010F

Color information

#1C010F (or 0x1C010F) is unknown color: approx Rustic Red. HEX triplet: 1C, 01 and 0F. RGB value is (28,1,15). Sum of RGB (Red+Green+Blue) = 28+1+15=44 (5% of max value = 765). Red value is 28 (11.33% from 255 or 63.64% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 28 - color contains mainly: red. Hex color #1C010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C010F is #E3FEF0. Grayscale: #0A0A0A. Windows color (decimal): -14941937 or 983324. OLE color: 983324.

HSL color Cylindrical-coordinate representation of color #1C010F: hue angle of 328.89º 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 #1C010F is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB28115-
CMYK00.960.460.89
HSL328.89º93.1%5.69%-
HSV(B)328.89º96.43%10.98%-
XYZ0.580.30.48-
YUV10.67130.45140.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 63.64%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=63.64%
G=2.27%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811500.960.460.89328.8993.15.69
Hex1C1F0602E591495d6
Octal341170140561315111356
Binary11100111110110000010111010110011010010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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