#18090B

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

Shades of Rustic Red #18090B

Tints of Rustic Red #18090B

Color information

#18090B (or 0x18090B) is unknown color: approx Rustic Red. HEX triplet: 18, 09 and 0B. RGB value is (24,9,11). Sum of RGB (Red+Green+Blue) = 24+9+11=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #18090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090B is #E7F6F4. Grayscale: #0D0D0D. Windows color (decimal): -15202037 or 723224. OLE color: 723224.

HSL color Cylindrical-coordinate representation of color #18090B: hue angle of 352º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18090B is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB24911-
CMYK00.630.540.91
HSL352º45.45%6.47%-
HSV(B)352º62.5%9.41%-
XYZ0.530.410.37-
YUV13.71126.47135.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 54.55%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 11 (4.69% from 255) = 25%
R=54.55%
G=20.45%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2491100.630.540.9135245.456.47
Hex189B03F365B1602d6
Octal30111307766133540556
Binary110001001101101111111101101011011101100000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18090B; }

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

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

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

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

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

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

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

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