#16000B

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

Shades of Rustic Red #16000B

Tints of Rustic Red #16000B

Color information

#16000B (or 0x16000B) is unknown color: approx Rustic Red. HEX triplet: 16, 00 and 0B. RGB value is (22,0,11). Sum of RGB (Red+Green+Blue) = 22+0+11=33 (4% of max value = 765). Red value is 22 (8.98% from 255 or 66.67% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 22 - color contains mainly: red. Hex color #16000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16000B is #E9FFF4. Grayscale: #070707. Windows color (decimal): -15335413 or 720918. OLE color: 720918.

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

Color convert

RGB22011-
CMYK010.50.91
HSL330º100%4.31%-
HSV(B)330º100%8.63%-
XYZ0.390.190.33-
YUV7.83129.79138.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22011010.50.913301004.31
Hex160B064325B14a644
Octal260130144621335121444
Binary10110010110110010011001010110111010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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