#1B020C

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

Shades of Rustic Red #1B020C

Tints of Rustic Red #1B020C

Color information

#1B020C (or 0x1B020C) is unknown color: approx Rustic Red. HEX triplet: 1B, 02 and 0C. RGB value is (27,2,12). Sum of RGB (Red+Green+Blue) = 27+2+12=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B020C is #E4FDF3. Grayscale: #0A0A0A. Windows color (decimal): -15007220 or 786971. OLE color: 786971.

HSL color Cylindrical-coordinate representation of color #1B020C: hue angle of 336º 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 #1B020C is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.89.

Color convert

RGB27212-
CMYK00.930.560.89
HSL336º86.21%5.69%-
HSV(B)336º92.59%10.59%-
XYZ0.540.30.38-
YUV10.62128.78139.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 65.85%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=65.85%
G=4.88%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2721200.930.560.8933686.215.69
Hex1B2C05D3859150566
Octal332140135701315201266
Binary110111011000101110111100010110011010100001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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