#18050A

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

Shades of Rustic Red #18050A

Tints of Rustic Red #18050A

Color information

#18050A (or 0x18050A) is unknown color: approx Rustic Red. HEX triplet: 18, 05 and 0A. RGB value is (24,5,10). Sum of RGB (Red+Green+Blue) = 24+5+10=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #18050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18050A is #E7FAF5. Grayscale: #0B0B0B. Windows color (decimal): -15203062 or 656664. OLE color: 656664.

HSL color Cylindrical-coordinate representation of color #18050A: hue angle of 344.21º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18050A is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB24510-
CMYK00.790.580.91
HSL344.21º65.52%5.69%-
HSV(B)344.21º79.17%9.41%-
XYZ0.490.320.32-
YUV11.25127.29137.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 61.54%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=61.54%
G=12.82%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2451000.790.580.91344.2165.525.69
Hex185A04F3A5B158426
Octal305120117721335301026
Binary1100010110100100111111101010110111010110001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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