Html Css Color HEX #19050E Rustic Red

📋 copy color: '#19050E'

red 25 ◦ green 5 ◦ blue 14

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

Shades of Rustic Red #19050E

Tints of Rustic Red #19050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.36%

 BLUE value IS 14 (5.86% from 255) = 31.82%

R = 56.82%
G = 11.36%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#19050E (or 0x19050E) is known color: Rustic Red. HEX triplet: 19, 05 and 0E. RGB value is (25,5,14). Sum of RGB (Red+Green+Blue) = 25+5+14=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #19050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19050E is #E6FAF1. Grayscale: #0B0B0B. Windows color (decimal): -15137522 or 918809. OLE color: 918809.

HSL color Cylindrical-coordinate representation of color #19050E: hue angle of 333º 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 #19050E is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 5 14 -
CMYK 0 0.80 0.44 0.90
HSL 333º 0.67% 0.06% -
HSV(B) 333º 0.8% 0.1% -
XYZ 0.53 0.35 0.45 -
YUV 12.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 25 5 14 0 0.80 0.44 0.90 333 0.67 0.06
Hex 19 5 E 0 50 2C 5A 14D 43 6
Octal 31 5 16 0 120 54 132 515 103 6
Binary 11001 101 1110 0 1010000 101100 1011010 101001101 1000011 110

Color Harmonies of #19050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19050E

Black with #19050E

Text Example


Text Example

White with #19050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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