#1C080F

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

Shades of Rustic Red #1C080F

Tints of Rustic Red #1C080F

Color information

#1C080F (or 0x1C080F) is unknown color: approx Rustic Red. HEX triplet: 1C, 08 and 0F. RGB value is (28,8,15). Sum of RGB (Red+Green+Blue) = 28+8+15=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C080F is #E3F7F0. Grayscale: #0E0E0E. Windows color (decimal): -14940145 or 985116. OLE color: 985116.

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

Color convert

RGB28815-
CMYK00.710.460.89
HSL339º55.56%7.06%-
HSV(B)339º71.43%10.98%-
XYZ0.650.460.51-
YUV14.78128.13137.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 54.90%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=54.90%
G=15.69%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2881500.710.460.8933955.567.06
Hex1C8F0472E59153387
Octal341017010756131523707
Binary1110010001111010001111011101011001101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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