Html Css Color HEX #1B0005 Rustic Red

📋 copy color: '#1B0005'

red 27 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #1B0005

Tints of Rustic Red #1B0005

RGB

 RED value IS 27 (10.94% from 255) = 84.38%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 15.63%

R = 84.38%
G = 0%
B = 15.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.89

RGB Variations

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

Color information

#1B0005 (or 0x1B0005) is known color: Rustic Red. HEX triplet: 1B, 00 and 05. RGB value is (27,0,5). Sum of RGB (Red+Green+Blue) = 27+0+5=32 (4% of max value = 765). Red value is 27 (10.94% from 255 or 84.38% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0005 is #E4FFFA. Grayscale: #080808. Windows color (decimal): -15007739 or 327707. OLE color: 327707.

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

Color convert

RGB 27 0 5 -
CMYK 0 1 0.81 0.89
HSL 348.89º 1% 0.05% -
HSV(B) 348.89º 1% 0.11% -
XYZ 0.48 0.24 0.17 -
YUV 8.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 27 0 5 0 1 0.81 0.89 348.89 1 0.05
Hex 1B 0 5 0 64 51 59 15D 64 5
Octal 33 0 5 0 144 121 131 535 144 5
Binary 11011 0 101 0 1100100 1010001 1011001 101011101 1100100 101

Color Harmonies of #1B0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0005

Black with #1B0005

Text Example


Text Example

White with #1B0005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B0005;
 }
 .AnyTagClassName
 {
   color: #1B0005;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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