Html Css Color HEX #181113 Rustic Red

📋 copy color: '#181113'

red 24 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #181113

Tints of Rustic Red #181113

RGB

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

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

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

R = 40%
G = 28.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#181113 (or 0x181113) is known color: Rustic Red. HEX triplet: 18, 11 and 13. RGB value is (24,17,19). Sum of RGB (Red+Green+Blue) = 24+17+19=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 24 - color contains mainly: red. Hex color #181113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181113 is #E7EEEC. Grayscale: #131313. Windows color (decimal): -15199981 or 1249560. OLE color: 1249560.

HSL color Cylindrical-coordinate representation of color #181113: hue angle of 342.86º 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 #181113 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 17 19 -
CMYK 0 0.29 0.21 0.91
HSL 342.86º 0.17% 0.08% -
HSV(B) 342.86º 0.29% 0.09% -
XYZ 0.69 0.64 0.7 -
YUV 19.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 24 17 19 0 0.29 0.21 0.91 342.86 0.17 0.08
Hex 18 11 13 0 1D 15 5B 157 11 8
Octal 30 21 23 0 35 25 133 527 21 10
Binary 11000 10001 10011 0 11101 10101 1011011 101010111 10001 1000

Color Harmonies of #181113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181113

Black with #181113

Text Example


Text Example

White with #181113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181113; }

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

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

background-color css

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

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

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

border-color css

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

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

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