#190B0D

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

Shades of Rustic Red #190B0D

Tints of Rustic Red #190B0D

Color information

#190B0D (or 0x190B0D) is unknown color: approx Rustic Red. HEX triplet: 19, 0B and 0D. RGB value is (25,11,13). Sum of RGB (Red+Green+Blue) = 25+11+13=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B0D is #E6F4F2. Grayscale: #0F0F0F. Windows color (decimal): -15135987 or 854809. OLE color: 854809.

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

Color convert

RGB251113-
CMYK00.560.480.90
HSL351.43º38.89%7.06%-
HSV(B)351.43º56%9.8%-
XYZ0.590.480.44-
YUV15.41126.64134.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 11 (4.69% from 255) = 22.45%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=51.02%
G=22.45%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25111300.560.480.90351.4338.897.06
Hex19BD038305A15f277
Octal31131507060132537477
Binary110011011110101110001100001011010101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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