#19010A

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

Shades of Rustic Red #19010A

Tints of Rustic Red #19010A

Color information

#19010A (or 0x19010A) is unknown color: approx Rustic Red. HEX triplet: 19, 01 and 0A. RGB value is (25,1,10). Sum of RGB (Red+Green+Blue) = 25+1+10=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #19010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19010A is #E6FEF5. Grayscale: #090909. Windows color (decimal): -15138550 or 655641. OLE color: 655641.

HSL color Cylindrical-coordinate representation of color #19010A: hue angle of 337.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19010A is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB25110-
CMYK00.960.600.90
HSL337.5º92.31%5.1%-
HSV(B)337.5º96%9.8%-
XYZ0.470.250.31-
YUV9.2128.45139.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 69.44%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 10 (4.30% from 255) = 27.78%
R=69.44%
G=2.78%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511000.960.600.90337.592.315.1
Hex191A0603C5A1525c5
Octal311120140741325221345
Binary11001110100110000011110010110101010100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19010A; }

 p { color: rgb(25,1,10); }

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

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

 a { background-color: rgb(25,1,10); }

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

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

 span { border-color: rgb(25,1,10); }

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