#190B12

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

Shades of Rustic Red #190B12

Tints of Rustic Red #190B12

Color information

#190B12 (or 0x190B12) is unknown color: approx Rustic Red. HEX triplet: 19, 0B and 12. RGB value is (25,11,18). Sum of RGB (Red+Green+Blue) = 25+11+18=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #190B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B12 is #E6F4ED. Grayscale: #0F0F0F. Windows color (decimal): -15135982 or 1182489. OLE color: 1182489.

HSL color Cylindrical-coordinate representation of color #190B12: hue angle of 330º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #190B12 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB251118-
CMYK00.560.280.90
HSL330º38.89%7.06%-
HSV(B)330º56%9.8%-
XYZ0.630.490.63-
YUV15.98129.14134.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=46.30%
G=20.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25111800.560.280.9033038.897.06
Hex19B120381C5A14a277
Octal31132207034132512477
Binary110011011100100111000111001011010101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190B12; }

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

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

<style>
 a { background-color: #190B12; }

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

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

<style>
 span { border-color: #190B12; }

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

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