Html Css Color HEX #191013 Rustic Red

📋 copy color: '#191013'

red 25 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #191013

Tints of Rustic Red #191013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 26.67%

 BLUE value IS 19 (7.81% from 255) = 31.67%

R = 41.67%
G = 26.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#191013 (or 0x191013) is known color: Rustic Red. HEX triplet: 19, 10 and 13. RGB value is (25,16,19). Sum of RGB (Red+Green+Blue) = 25+16+19=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #191013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191013 is #E6EFEC. Grayscale: #131313. Windows color (decimal): -15134701 or 1249305. OLE color: 1249305.

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

Color convert

RGB 25 16 19 -
CMYK 0 0.36 0.24 0.90
HSL 340º 0.22% 0.08% -
HSV(B) 340º 0.36% 0.1% -
XYZ 0.7 0.62 0.7 -
YUV 19.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 25 16 19 0 0.36 0.24 0.90 340 0.22 0.08
Hex 19 10 13 0 24 18 5A 154 16 8
Octal 31 20 23 0 44 30 132 524 26 10
Binary 11001 10000 10011 0 100100 11000 1011010 101010100 10110 1000

Color Harmonies of #191013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191013

Black with #191013

Text Example


Text Example

White with #191013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191013; }

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

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

background-color css

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

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

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

border-color css

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

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

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