Html Css Color HEX #180B11 Rustic Red

📋 copy color: '#180B11'

red 24 ◦ green 11 ◦ blue 17

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

Shades of Rustic Red #180B11

Tints of Rustic Red #180B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 21.15%

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

R = 46.15%
G = 21.15%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#180B11 (or 0x180B11) is known color: Rustic Red. HEX triplet: 18, 0B and 11. RGB value is (24,11,17). Sum of RGB (Red+Green+Blue) = 24+11+17=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B11 is #E7F4EE. Grayscale: #0F0F0F. Windows color (decimal): -15201519 or 1116952. OLE color: 1116952.

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

Color convert

RGB 24 11 17 -
CMYK 0 0.54 0.29 0.91
HSL 332.31º 0.37% 0.07% -
HSV(B) 332.31º 0.54% 0.09% -
XYZ 0.6 0.47 0.59 -
YUV 15.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 24 11 17 0 0.54 0.29 0.91 332.31 0.37 0.07
Hex 18 B 11 0 36 1D 5B 14C 25 7
Octal 30 13 21 0 66 35 133 514 45 7
Binary 11000 1011 10001 0 110110 11101 1011011 101001100 100101 111

Color Harmonies of #180B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B11

Black with #180B11

Text Example


Text Example

White with #180B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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