#190608

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

Shades of Rustic Red #190608

Tints of Rustic Red #190608

Color information

#190608 (or 0x190608) is unknown color: approx Rustic Red. HEX triplet: 19, 06 and 08. RGB value is (25,6,8). Sum of RGB (Red+Green+Blue) = 25+6+8=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #190608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190608 is #E6F9F7. Grayscale: #0B0B0B. Windows color (decimal): -15137272 or 525849. OLE color: 525849.

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

Color convert

RGB2568-
CMYK00.760.680.90
HSL353.68º61.29%6.08%-
HSV(B)353.68º76%9.8%-
XYZ0.510.350.27-
YUV11.91125.79137.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 64.10%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 8 (3.52% from 255) = 20.51%
R=64.10%
G=15.38%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal256800.760.680.90353.6861.296.08
Hex196804C445A1623d6
Octal316100114104132542756
Binary1100111010000100110010001001011010101100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190608; }

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

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

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

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

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

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

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

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