Html Css Color HEX #19090A Rustic Red

📋 copy color: '#19090A'

red 25 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #19090A

Tints of Rustic Red #19090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 22.73%

R = 56.82%
G = 20.45%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.90

RGB Variations

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

Color information

#19090A (or 0x19090A) is known color: Rustic Red. HEX triplet: 19, 09 and 0A. RGB value is (25,9,10). Sum of RGB (Red+Green+Blue) = 25+9+10=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #19090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19090A is #E6F6F5. Grayscale: #0D0D0D. Windows color (decimal): -15136502 or 657689. OLE color: 657689.

HSL color Cylindrical-coordinate representation of color #19090A: hue angle of 356.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 #19090A is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 9 10 -
CMYK 0 0.64 0.60 0.90
HSL 356.25º 0.47% 0.07% -
HSV(B) 356.25º 0.64% 0.1% -
XYZ 0.55 0.42 0.34 -
YUV 13.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 25 9 10 0 0.64 0.60 0.90 356.25 0.47 0.07
Hex 19 9 A 0 40 3C 5A 164 2F 7
Octal 31 11 12 0 100 74 132 544 57 7
Binary 11001 1001 1010 0 1000000 111100 1011010 101100100 101111 111

Color Harmonies of #19090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19090A

Black with #19090A

Text Example


Text Example

White with #19090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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