Html Css Color HEX #1B0809 Rustic Red

📋 copy color: '#1B0809'

red 27 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #1B0809

Tints of Rustic Red #1B0809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.18%

 BLUE value IS 9 (3.91% from 255) = 20.45%

R = 61.36%
G = 18.18%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.89

RGB Variations

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

Color information

#1B0809 (or 0x1B0809) is known color: Rustic Red. HEX triplet: 1B, 08 and 09. RGB value is (27,8,9). Sum of RGB (Red+Green+Blue) = 27+8+9=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0809 is #E4F7F6. Grayscale: #0D0D0D. Windows color (decimal): -15005687 or 591899. OLE color: 591899.

HSL color Cylindrical-coordinate representation of color #1B0809: hue angle of 356.84º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B0809 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 8 9 -
CMYK 0 0.70 0.67 0.89
HSL 356.84º 0.54% 0.07% -
HSV(B) 356.84º 0.7% 0.11% -
XYZ 0.59 0.43 0.31 -
YUV 13.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 27 8 9 0 0.70 0.67 0.89 356.84 0.54 0.07
Hex 1B 8 9 0 46 43 59 165 36 7
Octal 33 10 11 0 106 103 131 545 66 7
Binary 11011 1000 1001 0 1000110 1000011 1011001 101100101 110110 111

Color Harmonies of #1B0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0809

Black with #1B0809

Text Example


Text Example

White with #1B0809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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