Html Css Color HEX #191012 Rustic Red

📋 copy color: '#191012'

red 25 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #191012

Tints of Rustic Red #191012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 30.51%

R = 42.37%
G = 27.12%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#191012 (or 0x191012) is known color: Rustic Red. HEX triplet: 19, 10 and 12. RGB value is (25,16,18). Sum of RGB (Red+Green+Blue) = 25+16+18=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #191012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191012 is #E6EFED. Grayscale: #121212. Windows color (decimal): -15134702 or 1183769. OLE color: 1183769.

HSL color Cylindrical-coordinate representation of color #191012: hue angle of 346.67º 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 #191012 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 16 18 -
CMYK 0 0.36 0.28 0.90
HSL 346.67º 0.22% 0.08% -
HSV(B) 346.67º 0.36% 0.1% -
XYZ 0.7 0.62 0.66 -
YUV 18.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 25 16 18 0 0.36 0.28 0.90 346.67 0.22 0.08
Hex 19 10 12 0 24 1C 5A 15B 16 8
Octal 31 20 22 0 44 34 132 533 26 10
Binary 11001 10000 10010 0 100100 11100 1011010 101011011 10110 1000

Color Harmonies of #191012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191012

Black with #191012

Text Example


Text Example

White with #191012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191012; }

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

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

background-color css

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

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

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

border-color css

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

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

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