#1B020E

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

Shades of Rustic Red #1B020E

Tints of Rustic Red #1B020E

Color information

#1B020E (or 0x1B020E) is unknown color: approx Rustic Red. HEX triplet: 1B, 02 and 0E. RGB value is (27,2,14). Sum of RGB (Red+Green+Blue) = 27+2+14=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B020E is #E4FDF1. Grayscale: #0A0A0A. Windows color (decimal): -15007218 or 918043. OLE color: 918043.

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

Color convert

RGB27214-
CMYK00.930.480.89
HSL331.2º86.21%5.69%-
HSV(B)331.2º92.59%10.59%-
XYZ0.550.310.45-
YUV10.84129.78139.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 62.79%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=62.79%
G=4.65%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2721400.930.480.89331.286.215.69
Hex1B2E05D305914b566
Octal332160135601315131266
Binary110111011100101110111000010110011010010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,2,14); }

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

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

 a { background-color: rgb(27,2,14); }

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

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

 span { border-color: rgb(27,2,14); }

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