#1C070A

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

Shades of Rustic Red #1C070A

Tints of Rustic Red #1C070A

Color information

#1C070A (or 0x1C070A) is unknown color: approx Rustic Red. HEX triplet: 1C, 07 and 0A. RGB value is (28,7,10). Sum of RGB (Red+Green+Blue) = 28+7+10=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C070A is #E3F8F5. Grayscale: #0D0D0D. Windows color (decimal): -14940406 or 657180. OLE color: 657180.

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

Color convert

RGB28710-
CMYK00.750.640.89
HSL351.43º60%6.86%-
HSV(B)351.43º75%10.98%-
XYZ0.610.420.34-
YUV13.62125.96138.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 62.22%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=62.22%
G=15.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2871000.750.640.89351.43606.86
Hex1C7A04B405915f3c7
Octal347120113100131537747
Binary1110011110100100101110000001011001101011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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