Html Css Color HEX #19080E Rustic Red

📋 copy color: '#19080E'

red 25 ◦ green 8 ◦ blue 14

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

Shades of Rustic Red #19080E

Tints of Rustic Red #19080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.02%

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

R = 53.19%
G = 17.02%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#19080E (or 0x19080E) is known color: Rustic Red. HEX triplet: 19, 08 and 0E. RGB value is (25,8,14). Sum of RGB (Red+Green+Blue) = 25+8+14=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #19080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080E is #E6F7F1. Grayscale: #0D0D0D. Windows color (decimal): -15136754 or 919577. OLE color: 919577.

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

Color convert

RGB 25 8 14 -
CMYK 0 0.68 0.44 0.90
HSL 338.82º 0.52% 0.06% -
HSV(B) 338.82º 0.68% 0.1% -
XYZ 0.57 0.41 0.47 -
YUV 13.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 25 8 14 0 0.68 0.44 0.90 338.82 0.52 0.06
Hex 19 8 E 0 44 2C 5A 153 34 6
Octal 31 10 16 0 104 54 132 523 64 6
Binary 11001 1000 1110 0 1000100 101100 1011010 101010011 110100 110

Color Harmonies of #19080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19080E

Black with #19080E

Text Example


Text Example

White with #19080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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