#1B020F

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

Shades of Rustic Red #1B020F

Tints of Rustic Red #1B020F

Color information

#1B020F (or 0x1B020F) is unknown color: approx Rustic Red. HEX triplet: 1B, 02 and 0F. RGB value is (27,2,15). Sum of RGB (Red+Green+Blue) = 27+2+15=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B020F is #E4FDF0. Grayscale: #0A0A0A. Windows color (decimal): -15007217 or 983579. OLE color: 983579.

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

Color convert

RGB27215-
CMYK00.930.440.89
HSL328.8º86.21%5.69%-
HSV(B)328.8º92.59%10.59%-
XYZ0.560.310.48-
YUV10.96130.28139.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 61.36%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=61.36%
G=4.55%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2721500.930.440.89328.886.215.69
Hex1B2F05D2C59149566
Octal332170135541315111266
Binary110111011110101110110110010110011010010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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