#18090A

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

Shades of Rustic Red #18090A

Tints of Rustic Red #18090A

Color information

#18090A (or 0x18090A) is unknown color: approx Rustic Red. HEX triplet: 18, 09 and 0A. RGB value is (24,9,10). Sum of RGB (Red+Green+Blue) = 24+9+10=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #18090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090A is #E7F6F5. Grayscale: #0D0D0D. Windows color (decimal): -15202038 or 657688. OLE color: 657688.

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

Color convert

RGB24910-
CMYK00.630.580.91
HSL356º45.45%6.47%-
HSV(B)356º62.5%9.41%-
XYZ0.530.410.34-
YUV13.6125.97135.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 55.81%
GREEN value IS 9 (3.91% from 255) = 20.93%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=55.81%
G=20.93%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2491000.630.580.9135645.456.47
Hex189A03F3A5B1642d6
Octal30111207772133544556
Binary110001001101001111111110101011011101100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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