#18010B

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

Shades of Rustic Red #18010B

Tints of Rustic Red #18010B

Color information

#18010B (or 0x18010B) is unknown color: approx Rustic Red. HEX triplet: 18, 01 and 0B. RGB value is (24,1,11). Sum of RGB (Red+Green+Blue) = 24+1+11=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #18010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18010B is #E7FEF4. Grayscale: #090909. Windows color (decimal): -15204085 or 721176. OLE color: 721176.

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

Color convert

RGB24111-
CMYK00.960.540.91
HSL333.91º92%4.9%-
HSV(B)333.91º95.83%9.41%-
XYZ0.450.240.34-
YUV9.02129.12138.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=66.67%
G=2.78%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411100.960.540.91333.91924.9
Hex181B060365B14e5c5
Octal301130140661335161345
Binary11000110110110000011011010110111010011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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