#12070D

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

Shades of Rustic Red #12070D

Tints of Rustic Red #12070D

Color information

#12070D (or 0x12070D) is unknown color: approx Rustic Red. HEX triplet: 12, 07 and 0D. RGB value is (18,7,13). Sum of RGB (Red+Green+Blue) = 18+7+13=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #12070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070D is #EDF8F2. Grayscale: #0A0A0A. Windows color (decimal): -15595763 or 853778. OLE color: 853778.

HSL color Cylindrical-coordinate representation of color #12070D: hue angle of 327.27º 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 #12070D is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB18713-
CMYK00.610.280.93
HSL327.27º44%4.9%-
HSV(B)327.27º61.11%7.06%-
XYZ0.40.310.42-
YUV10.97129.14133.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 7 (3.12% from 255) = 18.42%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=47.37%
G=18.42%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1871300.610.280.93327.27444.9
Hex127D03D1C5D1472c5
Octal2271507534135507545
Binary1001011111010111101111001011101101000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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