Html Css Color HEX #190F12 Rustic Red

📋 copy color: '#190F12'

red 25 ◦ green 15 ◦ blue 18

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

Shades of Rustic Red #190F12

Tints of Rustic Red #190F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 31.03%

R = 43.1%
G = 25.86%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#190F12 (or 0x190F12) is known color: Rustic Red. HEX triplet: 19, 0F and 12. RGB value is (25,15,18). Sum of RGB (Red+Green+Blue) = 25+15+18=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #190F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F12 is #E6F0ED. Grayscale: #121212. Windows color (decimal): -15134958 or 1183513. OLE color: 1183513.

HSL color Cylindrical-coordinate representation of color #190F12: hue angle of 342º 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 #190F12 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 15 18 -
CMYK 0 0.40 0.28 0.90
HSL 342º 0.25% 0.08% -
HSV(B) 342º 0.4% 0.1% -
XYZ 0.68 0.59 0.65 -
YUV 18.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 25 15 18 0 0.40 0.28 0.90 342 0.25 0.08
Hex 19 F 12 0 28 1C 5A 156 19 8
Octal 31 17 22 0 50 34 132 526 31 10
Binary 11001 1111 10010 0 101000 11100 1011010 101010110 11001 1000

Color Harmonies of #190F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F12

Black with #190F12

Text Example


Text Example

White with #190F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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