#1C020F

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

Shades of Rustic Red #1C020F

Tints of Rustic Red #1C020F

Color information

#1C020F (or 0x1C020F) is unknown color: approx Rustic Red. HEX triplet: 1C, 02 and 0F. RGB value is (28,2,15). Sum of RGB (Red+Green+Blue) = 28+2+15=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C020F is #E3FDF0. Grayscale: #0B0B0B. Windows color (decimal): -14941681 or 983580. OLE color: 983580.

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

Color convert

RGB28215-
CMYK00.930.460.89
HSL330º86.67%5.88%-
HSV(B)330º92.86%10.98%-
XYZ0.590.320.48-
YUV11.26130.11139.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 62.22%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=62.22%
G=4.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2821500.930.460.8933086.675.88
Hex1C2F05D2E5914a576
Octal342170135561315121276
Binary111001011110101110110111010110011010010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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