#19090C

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

Shades of Rustic Red #19090C

Tints of Rustic Red #19090C

Color information

#19090C (or 0x19090C) is unknown color: approx Rustic Red. HEX triplet: 19, 09 and 0C. RGB value is (25,9,12). Sum of RGB (Red+Green+Blue) = 25+9+12=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #19090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19090C is #E6F6F3. Grayscale: #0E0E0E. Windows color (decimal): -15136500 or 788761. OLE color: 788761.

HSL color Cylindrical-coordinate representation of color #19090C: hue angle of 348.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 #19090C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB25912-
CMYK00.640.520.90
HSL348.75º47.06%6.67%-
HSV(B)348.75º64%9.8%-
XYZ0.560.430.4-
YUV14.13126.8135.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 54.35%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=54.35%
G=19.57%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2591200.640.520.90348.7547.066.67
Hex199C040345A15d2f7
Octal311114010064132535577
Binary1100110011100010000001101001011010101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19090C; }

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

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

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

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

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

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

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

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