Html Css Color HEX #151112 Rustic Red

📋 copy color: '#151112'

red 21 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #151112

Tints of Rustic Red #151112

RGB

 RED value IS 21 (8.59% from 255) = 37.5%

 GREEN value IS 17 (7.03% from 255) = 30.36%

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

R = 37.5%
G = 30.36%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#151112 (or 0x151112) is known color: Rustic Red. HEX triplet: 15, 11 and 12. RGB value is (21,17,18). Sum of RGB (Red+Green+Blue) = 21+17+18=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 21 - color contains mainly: red. Hex color #151112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151112 is #EAEEED. Grayscale: #121212. Windows color (decimal): -15396590 or 1184021. OLE color: 1184021.

HSL color Cylindrical-coordinate representation of color #151112: hue angle of 345º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #151112 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 17 18 -
CMYK 0 0.19 0.14 0.92
HSL 345º 0.11% 0.07% -
HSV(B) 345º 0.19% 0.08% -
XYZ 0.62 0.6 0.66 -
YUV 18.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 21 17 18 0 0.19 0.14 0.92 345 0.11 0.07
Hex 15 11 12 0 13 E 5C 159 B 7
Octal 25 21 22 0 23 16 134 531 13 7
Binary 10101 10001 10010 0 10011 1110 1011100 101011001 1011 111

Color Harmonies of #151112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151112

Black with #151112

Text Example


Text Example

White with #151112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151112; }

 p { color: rgb(21,17,18); }

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

background-color css

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

 a { background-color: rgb(21,17,18); }

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

border-color css

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

 span { border-color: rgb(21,17,18); }

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