#18030B

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

Shades of Rustic Red #18030B

Tints of Rustic Red #18030B

Color information

#18030B (or 0x18030B) is unknown color: approx Rustic Red. HEX triplet: 18, 03 and 0B. RGB value is (24,3,11). Sum of RGB (Red+Green+Blue) = 24+3+11=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #18030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18030B is #E7FCF4. Grayscale: #0A0A0A. Windows color (decimal): -15203573 or 721688. OLE color: 721688.

HSL color Cylindrical-coordinate representation of color #18030B: hue angle of 337.14º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18030B is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB24311-
CMYK00.880.540.91
HSL337.14º77.78%5.29%-
HSV(B)337.14º87.5%9.41%-
XYZ0.470.280.35-
YUV10.19128.46137.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 63.16%
GREEN value IS 3 (1.56% from 255) = 7.89%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=63.16%
G=7.89%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2431100.880.540.91337.1477.785.29
Hex183B058365B1514e5
Octal303130130661335211165
Binary110001110110101100011011010110111010100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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