Html Css Color HEX #190304 Rustic Red

📋 copy color: '#190304'

red 25 ◦ green 3 ◦ blue 4

#190304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #190304

Tints of Rustic Red #190304

RGB

 RED value IS 25 (10.16% from 255) = 78.13%

 GREEN value IS 3 (1.56% from 255) = 9.38%

 BLUE value IS 4 (1.95% from 255) = 12.5%

R = 78.13%
G = 9.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.90

RGB Variations

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

Color information

#190304 (or 0x190304) is known color: Rustic Red. HEX triplet: 19, 03 and 04. RGB value is (25,3,4). Sum of RGB (Red+Green+Blue) = 25+3+4=32 (4% of max value = 765). Red value is 25 (10.16% from 255 or 78.12% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 25 - color contains mainly: red. Hex color #190304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190304 is #E6FCFB. Grayscale: #090909. Windows color (decimal): -15138044 or 262937. OLE color: 262937.

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

Color convert

RGB 25 3 4 -
CMYK 0 0.88 0.84 0.90
HSL 357.27º 0.79% 0.05% -
HSV(B) 357.27º 0.88% 0.1% -
XYZ 0.46 0.28 0.15 -
YUV 9.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 25 3 4 0 0.88 0.84 0.90 357.27 0.79 0.05
Hex 19 3 4 0 58 54 5A 165 4F 5
Octal 31 3 4 0 130 124 132 545 117 5
Binary 11001 11 100 0 1011000 1010100 1011010 101100101 1001111 101

Color Harmonies of #190304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190304

Black with #190304

Text Example


Text Example

White with #190304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190304; }

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

 H1.HeaderClassName
 {
   color: #190304;
 }
 .AnyTagClassName
 {
   color: #190304;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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