Html Css Color HEX #190B0E Rustic Red

📋 copy color: '#190B0E'

red 25 ◦ green 11 ◦ blue 14

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

Shades of Rustic Red #190B0E

Tints of Rustic Red #190B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22%

 BLUE value IS 14 (5.86% from 255) = 28%

R = 50%
G = 22%
B = 28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#190B0E (or 0x190B0E) is known color: Rustic Red. HEX triplet: 19, 0B and 0E. RGB value is (25,11,14). Sum of RGB (Red+Green+Blue) = 25+11+14=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B0E is #E6F4F1. Grayscale: #0F0F0F. Windows color (decimal): -15135986 or 920345. OLE color: 920345.

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

Color convert

RGB 25 11 14 -
CMYK 0 0.56 0.44 0.90
HSL 347.14º 0.39% 0.07% -
HSV(B) 347.14º 0.56% 0.1% -
XYZ 0.6 0.48 0.48 -
YUV 15.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 25 11 14 0 0.56 0.44 0.90 347.14 0.39 0.07
Hex 19 B E 0 38 2C 5A 15B 27 7
Octal 31 13 16 0 70 54 132 533 47 7
Binary 11001 1011 1110 0 111000 101100 1011010 101011011 100111 111

Color Harmonies of #190B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B0E

Black with #190B0E

Text Example


Text Example

White with #190B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,11,14); }

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

background-color css

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

 a { background-color: rgb(25,11,14); }

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

border-color css

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

 span { border-color: rgb(25,11,14); }

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