Html Css Color HEX #1B1113 Rustic Red

📋 copy color: '#1B1113'

red 27 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #1B1113

Tints of Rustic Red #1B1113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 26.98%

 BLUE value IS 19 (7.81% from 255) = 30.16%

R = 42.86%
G = 26.98%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#1B1113 (or 0x1B1113) is known color: Rustic Red. HEX triplet: 1B, 11 and 13. RGB value is (27,17,19). Sum of RGB (Red+Green+Blue) = 27+17+19=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1113 is #E4EEEC. Grayscale: #141414. Windows color (decimal): -15003373 or 1249563. OLE color: 1249563.

HSL color Cylindrical-coordinate representation of color #1B1113: hue angle of 348º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1113 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 17 19 -
CMYK 0 0.37 0.30 0.89
HSL 348º 0.23% 0.09% -
HSV(B) 348º 0.37% 0.11% -
XYZ 0.77 0.68 0.71 -
YUV 20.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 27 17 19 0 0.37 0.30 0.89 348 0.23 0.09
Hex 1B 11 13 0 25 1E 59 15C 17 9
Octal 33 21 23 0 45 36 131 534 27 11
Binary 11011 10001 10011 0 100101 11110 1011001 101011100 10111 1001

Color Harmonies of #1B1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1113

Black with #1B1113

Text Example


Text Example

White with #1B1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,17,19); }

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

background-color css

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

 a { background-color: rgb(27,17,19); }

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

border-color css

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

 span { border-color: rgb(27,17,19); }

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