Html Css Color HEX #1B0007 Rustic Red

📋 copy color: '#1B0007'

red 27 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #1B0007

Tints of Rustic Red #1B0007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 20.59%

R = 79.41%
G = 0%
B = 20.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.89

RGB Variations

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

Color information

#1B0007 (or 0x1B0007) is known color: Rustic Red. HEX triplet: 1B, 00 and 07. RGB value is (27,0,7). Sum of RGB (Red+Green+Blue) = 27+0+7=34 (4% of max value = 765). Red value is 27 (10.94% from 255 or 79.41% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0007 is #E4FFF8. Grayscale: #080808. Windows color (decimal): -15007737 or 458779. OLE color: 458779.

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

Color convert

RGB 27 0 7 -
CMYK 0 1 0.74 0.89
HSL 344.44º 1% 0.05% -
HSV(B) 344.44º 1% 0.11% -
XYZ 0.49 0.25 0.22 -
YUV 8.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 27 0 7 0 1 0.74 0.89 344.44 1 0.05
Hex 1B 0 7 0 64 4A 59 158 64 5
Octal 33 0 7 0 144 112 131 530 144 5
Binary 11011 0 111 0 1100100 1001010 1011001 101011000 1100100 101

Color Harmonies of #1B0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0007

Black with #1B0007

Text Example


Text Example

White with #1B0007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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