#190308

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

Shades of Rustic Red #190308

Tints of Rustic Red #190308

Color information

#190308 (or 0x190308) is unknown color: approx Rustic Red. HEX triplet: 19, 03 and 08. RGB value is (25,3,8). Sum of RGB (Red+Green+Blue) = 25+3+8=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #190308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190308 is #E6FCF7. Grayscale: #0A0A0A. Windows color (decimal): -15138040 or 525081. OLE color: 525081.

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

Color convert

RGB2538-
CMYK00.880.680.90
HSL346.36º78.57%5.49%-
HSV(B)346.36º88%9.8%-
XYZ0.480.290.26-
YUV10.15126.79138.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 69.44%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 8 (3.52% from 255) = 22.22%
R=69.44%
G=8.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal253800.880.680.90346.3678.575.49
Hex1938058445A15a4f5
Octal3131001301041325321175
Binary1100111100001011000100010010110101010110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190308; }

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

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

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

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

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

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

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

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