Html Css Color HEX #190009 Rustic Red

📋 copy color: '#190009'

red 25 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #190009

Tints of Rustic Red #190009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 26.47%

R = 73.53%
G = 0%
B = 26.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#190009 (or 0x190009) is known color: Rustic Red. HEX triplet: 19, 00 and 09. RGB value is (25,0,9). Sum of RGB (Red+Green+Blue) = 25+0+9=34 (4% of max value = 765). Red value is 25 (10.16% from 255 or 73.53% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 25 - color contains mainly: red. Hex color #190009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190009 is #E6FFF6. Grayscale: #080808. Windows color (decimal): -15138807 or 589849. OLE color: 589849.

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

Color convert

RGB 25 0 9 -
CMYK 0 1 0.64 0.90
HSL 338.4º 1% 0.05% -
HSV(B) 338.4º 1% 0.1% -
XYZ 0.45 0.23 0.28 -
YUV 8.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 25 0 9 0 1 0.64 0.90 338.4 1 0.05
Hex 19 0 9 0 64 40 5A 152 64 5
Octal 31 0 11 0 144 100 132 522 144 5
Binary 11001 0 1001 0 1100100 1000000 1011010 101010010 1100100 101

Color Harmonies of #190009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190009

Black with #190009

Text Example


Text Example

White with #190009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190009; }

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

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

background-color css

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

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

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

border-color css

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

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

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