Html Css Color HEX #190911 Rustic Red

📋 copy color: '#190911'

red 25 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #190911

Tints of Rustic Red #190911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 33.33%

R = 49.02%
G = 17.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#190911 (or 0x190911) is known color: Rustic Red. HEX triplet: 19, 09 and 11. RGB value is (25,9,17). Sum of RGB (Red+Green+Blue) = 25+9+17=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190911 is #E6F6EE. Grayscale: #0E0E0E. Windows color (decimal): -15136495 or 1116441. OLE color: 1116441.

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

Color convert

RGB 25 9 17 -
CMYK 0 0.64 0.32 0.90
HSL 330º 0.47% 0.07% -
HSV(B) 330º 0.64% 0.1% -
XYZ 0.6 0.44 0.58 -
YUV 14.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 25 9 17 0 0.64 0.32 0.90 330 0.47 0.07
Hex 19 9 11 0 40 20 5A 14A 2F 7
Octal 31 11 21 0 100 40 132 512 57 7
Binary 11001 1001 10001 0 1000000 100000 1011010 101001010 101111 111

Color Harmonies of #190911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190911

Black with #190911

Text Example


Text Example

White with #190911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190911; }

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

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

background-color css

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

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

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

border-color css

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

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

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