#190B0F

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

Shades of Rustic Red #190B0F

Tints of Rustic Red #190B0F

Color information

#190B0F (or 0x190B0F) is unknown color: approx Rustic Red. HEX triplet: 19, 0B and 0F. RGB value is (25,11,15). Sum of RGB (Red+Green+Blue) = 25+11+15=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B0F is #E6F4F0. Grayscale: #0F0F0F. Windows color (decimal): -15135985 or 985881. OLE color: 985881.

HSL color Cylindrical-coordinate representation of color #190B0F: hue angle of 342.86º 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 #190B0F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB251115-
CMYK00.560.400.90
HSL342.86º38.89%7.06%-
HSV(B)342.86º56%9.8%-
XYZ0.610.480.51-
YUV15.64127.64134.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 49.02%
GREEN value IS 11 (4.69% from 255) = 21.57%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=49.02%
G=21.57%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25111500.560.400.90342.8638.897.06
Hex19BF038285A157277
Octal31131707050132527477
Binary110011011111101110001010001011010101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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