#190306

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

Shades of Rustic Red #190306

Tints of Rustic Red #190306

Color information

#190306 (or 0x190306) is unknown color: approx Rustic Red. HEX triplet: 19, 03 and 06. RGB value is (25,3,6). Sum of RGB (Red+Green+Blue) = 25+3+6=34 (4% of max value = 765). Red value is 25 (10.16% from 255 or 73.53% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 25 - color contains mainly: red. Hex color #190306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190306 is #E6FCF9. Grayscale: #090909. Windows color (decimal): -15138042 or 394009. OLE color: 394009.

HSL color Cylindrical-coordinate representation of color #190306: hue angle of 351.82º 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 #190306 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB2536-
CMYK00.880.760.90
HSL351.82º78.57%5.49%-
HSV(B)351.82º88%9.8%-
XYZ0.470.280.2-
YUV9.92125.79138.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 73.53%
GREEN value IS 3 (1.56% from 255) = 8.82%
BLUE value IS 6 (2.73% from 255) = 17.65%
R=73.53%
G=8.82%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal253600.880.760.90351.8278.575.49
Hex19360584C5A1604f5
Octal313601301141325401175
Binary110011111001011000100110010110101011000001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190306; }

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

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

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

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

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

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

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

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