#1B1617

Color #1B1617 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1B1617

Tints of Rustic Red #1B1617

Color information

#1B1617 (or 0x1B1617) is unknown color: approx Rustic Red. HEX triplet: 1B, 16 and 17. RGB value is (27,22,23). Sum of RGB (Red+Green+Blue) = 27+22+23=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1617 is #E4E9E8. Grayscale: #171717. Windows color (decimal): -15002089 or 1512987. OLE color: 1512987.

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

Color convert

RGB272223-
CMYK00.190.150.89
HSL348º10.2%9.61%-
HSV(B)348º18.52%10.59%-
XYZ0.890.870.93-
YUV23.61127.66130.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=37.5%
G=30.56%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27222300.190.150.8934810.29.61
Hex1B1617013F5915caa
Octal332627023171315341212
Binary1101110110101110100111111101100110101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,22,23); }

 H1.HeaderClassName
 {
   color: #1B1617;
 }
 .AnyTagClassName
 {
   color: #1B1617;
 }
</style>
background-color css

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

 a { background-color: rgb(27,22,23); }

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

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

 span { border-color: rgb(27,22,23); }

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