#1B000B

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

Shades of Rustic Red #1B000B

Tints of Rustic Red #1B000B

Color information

#1B000B (or 0x1B000B) is unknown color: approx Rustic Red. HEX triplet: 1B, 00 and 0B. RGB value is (27,0,11). Sum of RGB (Red+Green+Blue) = 27+0+11=38 (5% of max value = 765). Red value is 27 (10.94% from 255 or 71.05% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 27 - color contains mainly: red. Hex color #1B000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B000B is #E4FFF4. Grayscale: #090909. Windows color (decimal): -15007733 or 720923. OLE color: 720923.

HSL color Cylindrical-coordinate representation of color #1B000B: hue angle of 335.56º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B000B is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB27011-
CMYK010.590.89
HSL335.56º100%5.29%-
HSV(B)335.56º100%10.59%-
XYZ0.510.260.34-
YUV9.33128.95140.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 71.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=71.05%
G=0%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27011010.590.89335.561005.29
Hex1B0B0643B59150645
Octal330130144731315201445
Binary11011010110110010011101110110011010100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B000B; }

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

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

<style>
 a { background-color: #1B000B; }

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

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

<style>
 span { border-color: #1B000B; }

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

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