Html Css Color HEX #190F10 Rustic Red

📋 copy color: '#190F10'

red 25 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #190F10

Tints of Rustic Red #190F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 28.57%

R = 44.64%
G = 26.79%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.90

RGB Variations

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

Color information

#190F10 (or 0x190F10) is known color: Rustic Red. HEX triplet: 19, 0F and 10. RGB value is (25,15,16). Sum of RGB (Red+Green+Blue) = 25+15+16=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #190F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F10 is #E6F0EF. Grayscale: #121212. Windows color (decimal): -15134960 or 1052441. OLE color: 1052441.

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

Color convert

RGB 25 15 16 -
CMYK 0 0.40 0.36 0.90
HSL 354º 0.25% 0.08% -
HSV(B) 354º 0.4% 0.1% -
XYZ 0.67 0.59 0.57 -
YUV 18.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 25 15 16 0 0.40 0.36 0.90 354 0.25 0.08
Hex 19 F 10 0 28 24 5A 162 19 8
Octal 31 17 20 0 50 44 132 542 31 10
Binary 11001 1111 10000 0 101000 100100 1011010 101100010 11001 1000

Color Harmonies of #190F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F10

Black with #190F10

Text Example


Text Example

White with #190F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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