Html Css Color HEX #190106 Rustic Red

📋 copy color: '#190106'

red 25 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #190106

Tints of Rustic Red #190106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.13%

 BLUE value IS 6 (2.73% from 255) = 18.75%

R = 78.13%
G = 3.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.90

RGB Variations

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

Color information

#190106 (or 0x190106) is known color: Rustic Red. HEX triplet: 19, 01 and 06. RGB value is (25,1,6). Sum of RGB (Red+Green+Blue) = 25+1+6=32 (4% of max value = 765). Red value is 25 (10.16% from 255 or 78.12% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 25 - color contains mainly: red. Hex color #190106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190106 is #E6FEF9. Grayscale: #080808. Windows color (decimal): -15138554 or 393497. OLE color: 393497.

HSL color Cylindrical-coordinate representation of color #190106: hue angle of 347.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190106 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 1 6 -
CMYK 0 0.96 0.76 0.90
HSL 347.5º 0.92% 0.05% -
HSV(B) 347.5º 0.96% 0.1% -
XYZ 0.44 0.24 0.2 -
YUV 8.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 25 1 6 0 0.96 0.76 0.90 347.5 0.92 0.05
Hex 19 1 6 0 60 4C 5A 15C 5C 5
Octal 31 1 6 0 140 114 132 534 134 5
Binary 11001 1 110 0 1100000 1001100 1011010 101011100 1011100 101

Color Harmonies of #190106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190106

Black with #190106

Text Example


Text Example

White with #190106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190106; }

 p { color: rgb(25,1,6); }

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

background-color css

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

 a { background-color: rgb(25,1,6); }

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

border-color css

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

 span { border-color: rgb(25,1,6); }

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