#1B0008

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

Shades of Rustic Red #1B0008

Tints of Rustic Red #1B0008

Color information

#1B0008 (or 0x1B0008) is unknown color: approx Rustic Red. HEX triplet: 1B, 00 and 08. RGB value is (27,0,8). Sum of RGB (Red+Green+Blue) = 27+0+8=35 (4% of max value = 765). Red value is 27 (10.94% from 255 or 77.14% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0008 is #E4FFF7. Grayscale: #080808. Windows color (decimal): -15007736 or 524315. OLE color: 524315.

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

Color convert

RGB2708-
CMYK010.700.89
HSL342.22º100%5.29%-
HSV(B)342.22º100%10.59%-
XYZ0.50.250.25-
YUV8.99127.45140.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 77.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 22.86%
R=77.14%
G=0%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2708010.700.89342.221005.29
Hex1B080644659156645
Octal3301001441061315261445
Binary110110100001100100100011010110011010101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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