#1C070F

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

Shades of Rustic Red #1C070F

Tints of Rustic Red #1C070F

Color information

#1C070F (or 0x1C070F) is unknown color: approx Rustic Red. HEX triplet: 1C, 07 and 0F. RGB value is (28,7,15). Sum of RGB (Red+Green+Blue) = 28+7+15=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C070F is #E3F8F0. Grayscale: #0E0E0E. Windows color (decimal): -14940401 or 984860. OLE color: 984860.

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

Color convert

RGB28715-
CMYK00.750.460.89
HSL337.14º60%6.86%-
HSV(B)337.14º75%10.98%-
XYZ0.640.430.5-
YUV14.19128.46137.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 56%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 15 (6.25% from 255) = 30%
R=56%
G=14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2871500.750.460.89337.14606.86
Hex1C7F04B2E591513c7
Octal34717011356131521747
Binary111001111111010010111011101011001101010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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