Html Css Color HEX #180A11 Rustic Red

📋 copy color: '#180A11'

red 24 ◦ green 10 ◦ blue 17

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

Shades of Rustic Red #180A11

Tints of Rustic Red #180A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 19.61%

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

R = 47.06%
G = 19.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#180A11 (or 0x180A11) is known color: Rustic Red. HEX triplet: 18, 0A and 11. RGB value is (24,10,17). Sum of RGB (Red+Green+Blue) = 24+10+17=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A11 is #E7F5EE. Grayscale: #0E0E0E. Windows color (decimal): -15201775 or 1116696. OLE color: 1116696.

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

Color convert

RGB 24 10 17 -
CMYK 0 0.58 0.29 0.91
HSL 330º 0.41% 0.07% -
HSV(B) 330º 0.58% 0.09% -
XYZ 0.59 0.45 0.59 -
YUV 14.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 24 10 17 0 0.58 0.29 0.91 330 0.41 0.07
Hex 18 A 11 0 3A 1D 5B 14A 29 7
Octal 30 12 21 0 72 35 133 512 51 7
Binary 11000 1010 10001 0 111010 11101 1011011 101001010 101001 111

Color Harmonies of #180A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A11

Black with #180A11

Text Example


Text Example

White with #180A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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