Html Css Color HEX #19050B Rustic Red

📋 copy color: '#19050B'

red 25 ◦ green 5 ◦ blue 11

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

Shades of Rustic Red #19050B

Tints of Rustic Red #19050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 26.83%

R = 60.98%
G = 12.2%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#19050B (or 0x19050B) is known color: Rustic Red. HEX triplet: 19, 05 and 0B. RGB value is (25,5,11). Sum of RGB (Red+Green+Blue) = 25+5+11=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #19050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19050B is #E6FAF4. Grayscale: #0B0B0B. Windows color (decimal): -15137525 or 722201. OLE color: 722201.

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

Color convert

RGB 25 5 11 -
CMYK 0 0.80 0.56 0.90
HSL 342º 0.67% 0.06% -
HSV(B) 342º 0.8% 0.1% -
XYZ 0.52 0.34 0.35 -
YUV 11.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 25 5 11 0 0.80 0.56 0.90 342 0.67 0.06
Hex 19 5 B 0 50 38 5A 156 43 6
Octal 31 5 13 0 120 70 132 526 103 6
Binary 11001 101 1011 0 1010000 111000 1011010 101010110 1000011 110

Color Harmonies of #19050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19050B

Black with #19050B

Text Example


Text Example

White with #19050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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