Html Css Color HEX #1B0008 Rustic Red

📋 copy color: '#1B0008'

red 27 ◦ green 0 ◦ blue 8

#1B0008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #1B0008

Tints of Rustic Red #1B0008

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 value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.89

RGB Variations

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

Color information

#1B0008 (or 0x1B0008) is known color: 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

RGB 27 0 8 -
CMYK 0 1 0.70 0.89
HSL 342.22º 1% 0.05% -
HSV(B) 342.22º 1% 0.11% -
XYZ 0.5 0.25 0.25 -
YUV 8.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 27 0 8 0 1 0.70 0.89 342.22 1 0.05
Hex 1B 0 8 0 64 46 59 156 64 5
Octal 33 0 10 0 144 106 131 526 144 5
Binary 11011 0 1000 0 1100100 1000110 1011001 101010110 1100100 101

Color Harmonies of #1B0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0008

Black with #1B0008

Text Example


Text Example

White with #1B0008

Text Example


Text Example

HTML Codes & Css Web 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>