#19030A

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

Shades of Rustic Red #19030A

Tints of Rustic Red #19030A

Color information

#19030A (or 0x19030A) is unknown color: approx Rustic Red. HEX triplet: 19, 03 and 0A. RGB value is (25,3,10). Sum of RGB (Red+Green+Blue) = 25+3+10=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #19030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19030A is #E6FCF5. Grayscale: #0A0A0A. Windows color (decimal): -15138038 or 656153. OLE color: 656153.

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

Color convert

RGB25310-
CMYK00.880.600.90
HSL340.91º78.57%5.49%-
HSV(B)340.91º88%9.8%-
XYZ0.490.290.32-
YUV10.38127.79138.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 65.79%
GREEN value IS 3 (1.56% from 255) = 7.89%
BLUE value IS 10 (4.30% from 255) = 26.32%
R=65.79%
G=7.89%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2531000.880.600.90340.9178.575.49
Hex193A0583C5A1554f5
Octal313120130741325251175
Binary110011110100101100011110010110101010101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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