#1C030F

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

Shades of Rustic Red #1C030F

Tints of Rustic Red #1C030F

Color information

#1C030F (or 0x1C030F) is unknown color: approx Rustic Red. HEX triplet: 1C, 03 and 0F. RGB value is (28,3,15). Sum of RGB (Red+Green+Blue) = 28+3+15=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C030F is #E3FCF0. Grayscale: #0B0B0B. Windows color (decimal): -14941425 or 983836. OLE color: 983836.

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

Color convert

RGB28315-
CMYK00.890.460.89
HSL331.2º80.65%6.08%-
HSV(B)331.2º89.29%10.98%-
XYZ0.60.350.49-
YUV11.84129.78139.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 60.87%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=60.87%
G=6.52%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2831500.890.460.89331.280.656.08
Hex1C3F0592E5914b516
Octal343170131561315131216
Binary111001111110101100110111010110011010010111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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