#190507

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

Shades of Rustic Red #190507

Tints of Rustic Red #190507

Color information

#190507 (or 0x190507) is unknown color: approx Rustic Red. HEX triplet: 19, 05 and 07. RGB value is (25,5,7). Sum of RGB (Red+Green+Blue) = 25+5+7=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190507 is #E6FAF8. Grayscale: #0B0B0B. Windows color (decimal): -15137529 or 460057. OLE color: 460057.

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

Color convert

RGB2557-
CMYK00.800.720.90
HSL354º66.67%5.88%-
HSV(B)354º80%9.8%-
XYZ0.490.330.24-
YUV11.21125.63137.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 67.57%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 7 (3.12% from 255) = 18.92%
R=67.57%
G=13.51%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal255700.800.720.9035466.675.88
Hex1957050485A162436
Octal315701201101325421036
Binary1100110111101010000100100010110101011000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190507; }

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

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

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

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

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

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

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

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