#12070B

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

Shades of Rustic Red #12070B

Tints of Rustic Red #12070B

Color information

#12070B (or 0x12070B) is unknown color: approx Rustic Red. HEX triplet: 12, 07 and 0B. RGB value is (18,7,11). Sum of RGB (Red+Green+Blue) = 18+7+11=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070B is #EDF8F4. Grayscale: #0A0A0A. Windows color (decimal): -15595765 or 722706. OLE color: 722706.

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

Color convert

RGB18711-
CMYK00.610.390.93
HSL338.18º44%4.9%-
HSV(B)338.18º61.11%7.06%-
XYZ0.390.30.36-
YUV10.74128.14133.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=50%
G=19.44%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1871100.610.390.93338.18444.9
Hex127B03D275D1522c5
Octal2271307547135522545
Binary10010111101101111011001111011101101010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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