#180A0B

Color #180A0B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #180A0B

Tints of Rustic Red #180A0B

Color information

#180A0B (or 0x180A0B) is unknown color: approx Rustic Red. HEX triplet: 18, 0A and 0B. RGB value is (24,10,11). Sum of RGB (Red+Green+Blue) = 24+10+11=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A0B is #E7F5F4. Grayscale: #0E0E0E. Windows color (decimal): -15201781 or 723480. OLE color: 723480.

HSL color Cylindrical-coordinate representation of color #180A0B: hue angle of 355.71º 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 #180A0B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB241011-
CMYK00.580.540.91
HSL355.71º41.18%6.67%-
HSV(B)355.71º58.33%9.41%-
XYZ0.550.440.37-
YUV14.3126.14134.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 10 (4.30% from 255) = 22.22%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=53.33%
G=22.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24101100.580.540.91355.7141.186.67
Hex18AB03A365B164297
Octal30121307266133544517
Binary110001010101101110101101101011011101100100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #180A0B;
 }
 .AnyTagClassName
 {
   color: #180A0B;
 }
</style>
background-color css

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

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

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

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

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

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