#12090A

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

Shades of Rustic Red #12090A

Tints of Rustic Red #12090A

Color information

#12090A (or 0x12090A) is unknown color: approx Rustic Red. HEX triplet: 12, 09 and 0A. RGB value is (18,9,10). Sum of RGB (Red+Green+Blue) = 18+9+10=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12090A is #EDF6F5. Grayscale: #0B0B0B. Windows color (decimal): -15595254 or 657682. OLE color: 657682.

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

Color convert

RGB18910-
CMYK00.50.440.93
HSL353.33º33.33%5.29%-
HSV(B)353.33º50%7.06%-
XYZ0.40.350.33-
YUV11.8126.98132.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 9 (3.91% from 255) = 24.32%
BLUE value IS 10 (4.30% from 255) = 27.03%
R=48.65%
G=24.32%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1891000.50.440.93353.3333.335.29
Hex129A0322C5D161215
Octal22111206254135541415
Binary100101001101001100101011001011101101100001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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