Html Css Color HEX #1B080B Rustic Red

📋 copy color: '#1B080B'

red 27 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #1B080B

Tints of Rustic Red #1B080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 23.91%

R = 58.7%
G = 17.39%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.89

RGB Variations

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

Color information

#1B080B (or 0x1B080B) is known color: Rustic Red. HEX triplet: 1B, 08 and 0B. RGB value is (27,8,11). Sum of RGB (Red+Green+Blue) = 27+8+11=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B080B is #E4F7F4. Grayscale: #0E0E0E. Windows color (decimal): -15005685 or 722971. OLE color: 722971.

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

Color convert

RGB 27 8 11 -
CMYK 0 0.70 0.59 0.89
HSL 350.53º 0.54% 0.07% -
HSV(B) 350.53º 0.7% 0.11% -
XYZ 0.6 0.43 0.37 -
YUV 14.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 27 8 11 0 0.70 0.59 0.89 350.53 0.54 0.07
Hex 1B 8 B 0 46 3B 59 15F 36 7
Octal 33 10 13 0 106 73 131 537 66 7
Binary 11011 1000 1011 0 1000110 111011 1011001 101011111 110110 111

Color Harmonies of #1B080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B080B

Black with #1B080B

Text Example


Text Example

White with #1B080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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