Html Css Color HEX #181112 Rustic Red

📋 copy color: '#181112'

red 24 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #181112

Tints of Rustic Red #181112

RGB

 RED value IS 24 (9.77% from 255) = 40.68%

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

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

R = 40.68%
G = 28.81%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#181112 (or 0x181112) is known color: Rustic Red. HEX triplet: 18, 11 and 12. RGB value is (24,17,18). Sum of RGB (Red+Green+Blue) = 24+17+18=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #181112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181112 is #E7EEED. Grayscale: #131313. Windows color (decimal): -15199982 or 1184024. OLE color: 1184024.

HSL color Cylindrical-coordinate representation of color #181112: hue angle of 351.43º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #181112 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 17 18 -
CMYK 0 0.29 0.25 0.91
HSL 351.43º 0.17% 0.08% -
HSV(B) 351.43º 0.29% 0.09% -
XYZ 0.69 0.64 0.66 -
YUV 19.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 24 17 18 0 0.29 0.25 0.91 351.43 0.17 0.08
Hex 18 11 12 0 1D 19 5B 15F 11 8
Octal 30 21 22 0 35 31 133 537 21 10
Binary 11000 10001 10010 0 11101 11001 1011011 101011111 10001 1000

Color Harmonies of #181112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181112

Black with #181112

Text Example


Text Example

White with #181112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181112; }

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

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

background-color css

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

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

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

border-color css

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

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

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