#190910

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

Shades of Rustic Red #190910

Tints of Rustic Red #190910

Color information

#190910 (or 0x190910) is unknown color: approx Rustic Red. HEX triplet: 19, 09 and 10. RGB value is (25,9,16). Sum of RGB (Red+Green+Blue) = 25+9+16=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190910 is #E6F6EF. Grayscale: #0E0E0E. Windows color (decimal): -15136496 or 1050905. OLE color: 1050905.

HSL color Cylindrical-coordinate representation of color #190910: hue angle of 333.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #190910 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB25916-
CMYK00.640.360.90
HSL333.75º47.06%6.67%-
HSV(B)333.75º64%9.8%-
XYZ0.590.440.54-
YUV14.58128.8135.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 16 (6.64% from 255) = 32%
R=50%
G=18%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2591600.640.360.90333.7547.066.67
Hex19910040245A14e2f7
Octal311120010044132516577
Binary11001100110000010000001001001011010101001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190910; }

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

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

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

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

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

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

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

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