Html Css Color HEX #190F11 Rustic Red

📋 copy color: '#190F11'

red 25 ◦ green 15 ◦ blue 17

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

Shades of Rustic Red #190F11

Tints of Rustic Red #190F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 26.32%

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

R = 43.86%
G = 26.32%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#190F11 (or 0x190F11) is known color: Rustic Red. HEX triplet: 19, 0F and 11. RGB value is (25,15,17). Sum of RGB (Red+Green+Blue) = 25+15+17=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #190F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F11 is #E6F0EE. Grayscale: #121212. Windows color (decimal): -15134959 or 1117977. OLE color: 1117977.

HSL color Cylindrical-coordinate representation of color #190F11: hue angle of 348º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #190F11 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 15 17 -
CMYK 0 0.40 0.32 0.90
HSL 348º 0.25% 0.08% -
HSV(B) 348º 0.4% 0.1% -
XYZ 0.67 0.59 0.61 -
YUV 18.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 25 15 17 0 0.40 0.32 0.90 348 0.25 0.08
Hex 19 F 11 0 28 20 5A 15C 19 8
Octal 31 17 21 0 50 40 132 534 31 10
Binary 11001 1111 10001 0 101000 100000 1011010 101011100 11001 1000

Color Harmonies of #190F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F11

Black with #190F11

Text Example


Text Example

White with #190F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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