Html Css Color HEX #190E0F Rustic Red

📋 copy color: '#190E0F'

red 25 ◦ green 14 ◦ blue 15

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

Shades of Rustic Red #190E0F

Tints of Rustic Red #190E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.93%

 BLUE value IS 15 (6.25% from 255) = 27.78%

R = 46.3%
G = 25.93%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.90

RGB Variations

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

Color information

#190E0F (or 0x190E0F) is known color: Rustic Red. HEX triplet: 19, 0E and 0F. RGB value is (25,14,15). Sum of RGB (Red+Green+Blue) = 25+14+15=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #190E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E0F is #E6F1F0. Grayscale: #111111. Windows color (decimal): -15135217 or 986649. OLE color: 986649.

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

Color convert

RGB 25 14 15 -
CMYK 0 0.44 0.40 0.90
HSL 354.55º 0.28% 0.08% -
HSV(B) 354.55º 0.44% 0.1% -
XYZ 0.64 0.56 0.53 -
YUV 17.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 25 14 15 0 0.44 0.40 0.90 354.55 0.28 0.08
Hex 19 E F 0 2C 28 5A 163 1C 8
Octal 31 16 17 0 54 50 132 543 34 10
Binary 11001 1110 1111 0 101100 101000 1011010 101100011 11100 1000

Color Harmonies of #190E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190E0F

Black with #190E0F

Text Example


Text Example

White with #190E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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