#12070A

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

Shades of Rustic Red #12070A

Tints of Rustic Red #12070A

Color information

#12070A (or 0x12070A) is unknown color: approx Rustic Red. HEX triplet: 12, 07 and 0A. RGB value is (18,7,10). Sum of RGB (Red+Green+Blue) = 18+7+10=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070A is #EDF8F5. Grayscale: #0A0A0A. Windows color (decimal): -15595766 or 657170. OLE color: 657170.

HSL color Cylindrical-coordinate representation of color #12070A: hue angle of 343.64º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12070A is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB18710-
CMYK00.610.440.93
HSL343.64º44%4.9%-
HSV(B)343.64º61.11%7.06%-
XYZ0.380.30.33-
YUV10.63127.64133.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 7 (3.12% from 255) = 20%
BLUE value IS 10 (4.30% from 255) = 28.57%
R=51.43%
G=20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1871000.610.440.93343.64444.9
Hex127A03D2C5D1582c5
Octal2271207554135530545
Binary10010111101001111011011001011101101011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12070A; }

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

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

<style>
 a { background-color: #12070A; }

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

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

<style>
 span { border-color: #12070A; }

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

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