#12080B

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

Shades of Rustic Red #12080B

Tints of Rustic Red #12080B

Color information

#12080B (or 0x12080B) is unknown color: approx Rustic Red. HEX triplet: 12, 08 and 0B. RGB value is (18,8,11). Sum of RGB (Red+Green+Blue) = 18+8+11=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12080B is #EDF7F4. Grayscale: #0B0B0B. Windows color (decimal): -15595509 or 722962. OLE color: 722962.

HSL color Cylindrical-coordinate representation of color #12080B: hue angle of 342º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12080B is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB18811-
CMYK00.560.390.93
HSL342º38.46%5.1%-
HSV(B)342º55.56%7.06%-
XYZ0.40.330.36-
YUV11.33127.81132.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 8 (3.52% from 255) = 21.62%
BLUE value IS 11 (4.69% from 255) = 29.73%
R=48.65%
G=21.62%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1881100.560.390.9334238.465.1
Hex128B038275D156265
Octal22101307047135526465
Binary100101000101101110001001111011101101010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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