#1B0003

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

Shades of Rustic Red #1B0003

Tints of Rustic Red #1B0003

Color information

#1B0003 (or 0x1B0003) is unknown color: approx Rustic Red. HEX triplet: 1B, 00 and 03. RGB value is (27,0,3). Sum of RGB (Red+Green+Blue) = 27+0+3=30 (3% of max value = 765). Red value is 27 (10.94% from 255 or 90% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0003 is #E4FFFC. Grayscale: #080808. Windows color (decimal): -15007741 or 196635. OLE color: 196635.

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

Color convert

RGB2703-
CMYK010.890.89
HSL353.33º100%5.29%-
HSV(B)353.33º100%10.59%-
XYZ0.470.240.11-
YUV8.42124.95141.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 10%
R=90%
G=0%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2703010.890.89353.331005.29
Hex1B030645959161645
Octal330301441311315411445
Binary1101101101100100101100110110011011000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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