Html Css Color HEX #190A11 Rustic Red

📋 copy color: '#190A11'

red 25 ◦ green 10 ◦ blue 17

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

Shades of Rustic Red #190A11

Tints of Rustic Red #190A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 19.23%

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

R = 48.08%
G = 19.23%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#190A11 (or 0x190A11) is known color: Rustic Red. HEX triplet: 19, 0A and 11. RGB value is (25,10,17). Sum of RGB (Red+Green+Blue) = 25+10+17=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A11 is #E6F5EE. Grayscale: #0F0F0F. Windows color (decimal): -15136239 or 1116697. OLE color: 1116697.

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

Color convert

RGB 25 10 17 -
CMYK 0 0.60 0.32 0.90
HSL 332º 0.43% 0.07% -
HSV(B) 332º 0.6% 0.1% -
XYZ 0.61 0.46 0.59 -
YUV 15.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 25 10 17 0 0.60 0.32 0.90 332 0.43 0.07
Hex 19 A 11 0 3C 20 5A 14C 2B 7
Octal 31 12 21 0 74 40 132 514 53 7
Binary 11001 1010 10001 0 111100 100000 1011010 101001100 101011 111

Color Harmonies of #190A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190A11

Black with #190A11

Text Example


Text Example

White with #190A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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