Html Css Color HEX #190D11 Rustic Red

📋 copy color: '#190D11'

red 25 ◦ green 13 ◦ blue 17

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

Shades of Rustic Red #190D11

Tints of Rustic Red #190D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.64%

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

R = 45.45%
G = 23.64%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#190D11 (or 0x190D11) is known color: Rustic Red. HEX triplet: 19, 0D and 11. RGB value is (25,13,17). Sum of RGB (Red+Green+Blue) = 25+13+17=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 25 - color contains mainly: red. Hex color #190D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D11 is #E6F2EE. Grayscale: #111111. Windows color (decimal): -15135471 or 1117465. OLE color: 1117465.

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

Color convert

RGB 25 13 17 -
CMYK 0 0.48 0.32 0.90
HSL 340º 0.32% 0.07% -
HSV(B) 340º 0.48% 0.1% -
XYZ 0.65 0.53 0.6 -
YUV 17.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 25 13 17 0 0.48 0.32 0.90 340 0.32 0.07
Hex 19 D 11 0 30 20 5A 154 20 7
Octal 31 15 21 0 60 40 132 524 40 7
Binary 11001 1101 10001 0 110000 100000 1011010 101010100 100000 111

Color Harmonies of #190D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190D11

Black with #190D11

Text Example


Text Example

White with #190D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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