#190405

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

Shades of Rustic Red #190405

Tints of Rustic Red #190405

Color information

#190405 (or 0x190405) is unknown color: approx Rustic Red. HEX triplet: 19, 04 and 05. RGB value is (25,4,5). Sum of RGB (Red+Green+Blue) = 25+4+5=34 (4% of max value = 765). Red value is 25 (10.16% from 255 or 73.53% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 25 - color contains mainly: red. Hex color #190405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190405 is #E6FBFA. Grayscale: #0A0A0A. Windows color (decimal): -15137787 or 328729. OLE color: 328729.

HSL color Cylindrical-coordinate representation of color #190405: hue angle of 357.14º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190405 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.90.

Color convert

RGB2545-
CMYK00.840.800.90
HSL357.14º72.41%5.69%-
HSV(B)357.14º84%9.8%-
XYZ0.470.30.18-
YUV10.39124.96138.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 73.53%
GREEN value IS 4 (1.95% from 255) = 11.76%
BLUE value IS 5 (2.34% from 255) = 14.71%
R=73.53%
G=11.76%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal254500.840.800.90357.1472.415.69
Hex1945054505A165486
Octal314501241201325451106
Binary1100110010101010100101000010110101011001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190405; }

 p { color: rgb(25,4,5); }

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

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

 a { background-color: rgb(25,4,5); }

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

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

 span { border-color: rgb(25,4,5); }

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