#190B10

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

Shades of Rustic Red #190B10

Tints of Rustic Red #190B10

Color information

#190B10 (or 0x190B10) is unknown color: approx Rustic Red. HEX triplet: 19, 0B and 10. RGB value is (25,11,16). Sum of RGB (Red+Green+Blue) = 25+11+16=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B10 is #E6F4EF. Grayscale: #0F0F0F. Windows color (decimal): -15135984 or 1051417. OLE color: 1051417.

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

Color convert

RGB251116-
CMYK00.560.360.90
HSL338.57º38.89%7.06%-
HSV(B)338.57º56%9.8%-
XYZ0.610.480.55-
YUV15.76128.14134.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 48.08%
GREEN value IS 11 (4.69% from 255) = 21.15%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=48.08%
G=21.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25111600.560.360.90338.5738.897.06
Hex19B10038245A153277
Octal31132007044132523477
Binary1100110111000001110001001001011010101010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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