#19080A

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

Shades of Rustic Red #19080A

Tints of Rustic Red #19080A

Color information

#19080A (or 0x19080A) is unknown color: approx Rustic Red. HEX triplet: 19, 08 and 0A. RGB value is (25,8,10). Sum of RGB (Red+Green+Blue) = 25+8+10=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #19080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080A is #E6F7F5. Grayscale: #0D0D0D. Windows color (decimal): -15136758 or 657433. OLE color: 657433.

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

Color convert

RGB25810-
CMYK00.680.600.90
HSL352.94º51.52%6.47%-
HSV(B)352.94º68%9.8%-
XYZ0.540.40.34-
YUV13.31126.13136.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 58.14%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=58.14%
G=18.60%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2581000.680.600.90352.9451.526.47
Hex198A0443C5A161346
Octal311012010474132541646
Binary1100110001010010001001111001011010101100001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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