#1B0207

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

Shades of Rustic Red #1B0207

Tints of Rustic Red #1B0207

Color information

#1B0207 (or 0x1B0207) is unknown color: approx Rustic Red. HEX triplet: 1B, 02 and 07. RGB value is (27,2,7). Sum of RGB (Red+Green+Blue) = 27+2+7=36 (4% of max value = 765). Red value is 27 (10.94% from 255 or 75% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0207 is #E4FDF8. Grayscale: #0A0A0A. Windows color (decimal): -15007225 or 459291. OLE color: 459291.

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

Color convert

RGB2727-
CMYK00.930.740.89
HSL348º86.21%5.69%-
HSV(B)348º92.59%10.59%-
XYZ0.510.290.23-
YUV10.04126.28140.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 7 (3.12% from 255) = 19.44%
R=75%
G=5.56%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal272700.930.740.8934886.215.69
Hex1B2705D4A5915c566
Octal332701351121315341266
Binary110111011101011101100101010110011010111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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