Html Css Color HEX #191213 Rustic Red

📋 copy color: '#191213'

red 25 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #191213

Tints of Rustic Red #191213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.03%

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

R = 40.32%
G = 29.03%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#191213 (or 0x191213) is known color: Rustic Red. HEX triplet: 19, 12 and 13. RGB value is (25,18,19). Sum of RGB (Red+Green+Blue) = 25+18+19=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 25 - color contains mainly: red. Hex color #191213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191213 is #E6EDEC. Grayscale: #141414. Windows color (decimal): -15134189 or 1249817. OLE color: 1249817.

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

Color convert

RGB 25 18 19 -
CMYK 0 0.28 0.24 0.90
HSL 351.43º 0.16% 0.08% -
HSV(B) 351.43º 0.28% 0.1% -
XYZ 0.73 0.69 0.71 -
YUV 20.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 25 18 19 0 0.28 0.24 0.90 351.43 0.16 0.08
Hex 19 12 13 0 1C 18 5A 15F 10 8
Octal 31 22 23 0 34 30 132 537 20 10
Binary 11001 10010 10011 0 11100 11000 1011010 101011111 10000 1000

Color Harmonies of #191213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191213

Black with #191213

Text Example


Text Example

White with #191213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191213; }

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

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

background-color css

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

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

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

border-color css

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

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

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