#18000B

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

Shades of Rustic Red #18000B

Tints of Rustic Red #18000B

Color information

#18000B (or 0x18000B) is unknown color: approx Rustic Red. HEX triplet: 18, 00 and 0B. RGB value is (24,0,11). Sum of RGB (Red+Green+Blue) = 24+0+11=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #18000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18000B is #E7FFF4. Grayscale: #080808. Windows color (decimal): -15204341 or 720920. OLE color: 720920.

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

Color convert

RGB24011-
CMYK010.540.91
HSL332.5º100%4.71%-
HSV(B)332.5º100%9.41%-
XYZ0.440.220.34-
YUV8.43129.45139.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 68.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=68.57%
G=0%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24011010.540.91332.51004.71
Hex180B064365B14c645
Octal300130144661335141445
Binary11000010110110010011011010110111010011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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