Html Css Color HEX #190910 Rustic Red

📋 copy color: '#190910'

red 25 ◦ green 9 ◦ blue 16

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

Shades of Rustic Red #190910

Tints of Rustic Red #190910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18%

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

R = 50%
G = 18%
B = 32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.90

RGB Variations

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

Color information

#190910 (or 0x190910) is known color: Rustic Red. HEX triplet: 19, 09 and 10. RGB value is (25,9,16). Sum of RGB (Red+Green+Blue) = 25+9+16=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190910 is #E6F6EF. Grayscale: #0E0E0E. Windows color (decimal): -15136496 or 1050905. OLE color: 1050905.

HSL color Cylindrical-coordinate representation of color #190910: hue angle of 333.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #190910 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 9 16 -
CMYK 0 0.64 0.36 0.90
HSL 333.75º 0.47% 0.07% -
HSV(B) 333.75º 0.64% 0.1% -
XYZ 0.59 0.44 0.54 -
YUV 14.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 25 9 16 0 0.64 0.36 0.90 333.75 0.47 0.07
Hex 19 9 10 0 40 24 5A 14E 2F 7
Octal 31 11 20 0 100 44 132 516 57 7
Binary 11001 1001 10000 0 1000000 100100 1011010 101001110 101111 111

Color Harmonies of #190910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190910

Black with #190910

Text Example


Text Example

White with #190910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190910; }

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

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

background-color css

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

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

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

border-color css

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

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

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