Html Css Color HEX #180E11 Rustic Red

📋 copy color: '#180E11'

red 24 ◦ green 14 ◦ blue 17

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

Shades of Rustic Red #180E11

Tints of Rustic Red #180E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.45%

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

R = 43.64%
G = 25.45%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#180E11 (or 0x180E11) is known color: Rustic Red. HEX triplet: 18, 0E and 11. RGB value is (24,14,17). Sum of RGB (Red+Green+Blue) = 24+14+17=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E11 is #E7F1EE. Grayscale: #111111. Windows color (decimal): -15200751 or 1117720. OLE color: 1117720.

HSL color Cylindrical-coordinate representation of color #180E11: hue angle of 342º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #180E11 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 14 17 -
CMYK 0 0.42 0.29 0.91
HSL 342º 0.26% 0.07% -
HSV(B) 342º 0.42% 0.09% -
XYZ 0.63 0.55 0.6 -
YUV 17.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 24 14 17 0 0.42 0.29 0.91 342 0.26 0.07
Hex 18 E 11 0 2A 1D 5B 156 1A 7
Octal 30 16 21 0 52 35 133 526 32 7
Binary 11000 1110 10001 0 101010 11101 1011011 101010110 11010 111

Color Harmonies of #180E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E11

Black with #180E11

Text Example


Text Example

White with #180E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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