#12090B

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

Shades of Rustic Red #12090B

Tints of Rustic Red #12090B

Color information

#12090B (or 0x12090B) is unknown color: approx Rustic Red. HEX triplet: 12, 09 and 0B. RGB value is (18,9,11). Sum of RGB (Red+Green+Blue) = 18+9+11=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #12090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12090B is #EDF6F4. Grayscale: #0B0B0B. Windows color (decimal): -15595253 or 723218. OLE color: 723218.

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

Color convert

RGB18911-
CMYK00.50.390.93
HSL346.67º33.33%5.29%-
HSV(B)346.67º50%7.06%-
XYZ0.410.350.36-
YUV11.92127.48132.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 9 (3.91% from 255) = 23.68%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=47.37%
G=23.68%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1891100.50.390.93346.6733.335.29
Hex129B032275D15b215
Octal22111306247135533415
Binary100101001101101100101001111011101101011011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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