Html Css Color HEX #190506 Rustic Red

📋 copy color: '#190506'

red 25 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #190506

Tints of Rustic Red #190506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.89%

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

R = 69.44%
G = 13.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.90

RGB Variations

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

Color information

#190506 (or 0x190506) is known color: Rustic Red. HEX triplet: 19, 05 and 06. RGB value is (25,5,6). Sum of RGB (Red+Green+Blue) = 25+5+6=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #190506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190506 is #E6FAF9. Grayscale: #0B0B0B. Windows color (decimal): -15137530 or 394521. OLE color: 394521.

HSL color Cylindrical-coordinate representation of color #190506: hue angle of 357º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190506 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 5 6 -
CMYK 0 0.80 0.76 0.90
HSL 357º 0.67% 0.06% -
HSV(B) 357º 0.8% 0.1% -
XYZ 0.49 0.33 0.21 -
YUV 11.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 25 5 6 0 0.80 0.76 0.90 357 0.67 0.06
Hex 19 5 6 0 50 4C 5A 165 43 6
Octal 31 5 6 0 120 114 132 545 103 6
Binary 11001 101 110 0 1010000 1001100 1011010 101100101 1000011 110

Color Harmonies of #190506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190506

Black with #190506

Text Example


Text Example

White with #190506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190506; }

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

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

background-color css

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

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

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

border-color css

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

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

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