Html Css Color HEX #181011 Rustic Red

📋 copy color: '#181011'

red 24 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #181011

Tints of Rustic Red #181011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 29.82%

R = 42.11%
G = 28.07%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#181011 (or 0x181011) is known color: Rustic Red. HEX triplet: 18, 10 and 11. RGB value is (24,16,17). Sum of RGB (Red+Green+Blue) = 24+16+17=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #181011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181011 is #E7EFEE. Grayscale: #121212. Windows color (decimal): -15200239 or 1118232. OLE color: 1118232.

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

Color convert

RGB 24 16 17 -
CMYK 0 0.33 0.29 0.91
HSL 352.5º 0.2% 0.08% -
HSV(B) 352.5º 0.33% 0.09% -
XYZ 0.66 0.61 0.61 -
YUV 18.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 24 16 17 0 0.33 0.29 0.91 352.5 0.2 0.08
Hex 18 10 11 0 21 1D 5B 160 14 8
Octal 30 20 21 0 41 35 133 540 24 10
Binary 11000 10000 10001 0 100001 11101 1011011 101100000 10100 1000

Color Harmonies of #181011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181011

Black with #181011

Text Example


Text Example

White with #181011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181011; }

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

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

background-color css

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

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

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

border-color css

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

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

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