Html Css Color HEX #19090E Rustic Red

📋 copy color: '#19090E'

red 25 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #19090E

Tints of Rustic Red #19090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18.75%

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

R = 52.08%
G = 18.75%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#19090E (or 0x19090E) is known color: Rustic Red. HEX triplet: 19, 09 and 0E. RGB value is (25,9,14). Sum of RGB (Red+Green+Blue) = 25+9+14=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #19090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19090E is #E6F6F1. Grayscale: #0E0E0E. Windows color (decimal): -15136498 or 919833. OLE color: 919833.

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

Color convert

RGB 25 9 14 -
CMYK 0 0.64 0.44 0.90
HSL 341.25º 0.47% 0.07% -
HSV(B) 341.25º 0.64% 0.1% -
XYZ 0.58 0.43 0.47 -
YUV 14.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 25 9 14 0 0.64 0.44 0.90 341.25 0.47 0.07
Hex 19 9 E 0 40 2C 5A 155 2F 7
Octal 31 11 16 0 100 54 132 525 57 7
Binary 11001 1001 1110 0 1000000 101100 1011010 101010101 101111 111

Color Harmonies of #19090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19090E

Black with #19090E

Text Example


Text Example

White with #19090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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