Html Css Color HEX #1B1517 Rustic Red

📋 copy color: '#1B1517'

red 27 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #1B1517

Tints of Rustic Red #1B1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.58%

 BLUE value IS 23 (9.38% from 255) = 32.39%

R = 38.03%
G = 29.58%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.89

RGB Variations

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

Color information

#1B1517 (or 0x1B1517) is known color: Rustic Red. HEX triplet: 1B, 15 and 17. RGB value is (27,21,23). Sum of RGB (Red+Green+Blue) = 27+21+23=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1517 is #E4EAE8. Grayscale: #171717. Windows color (decimal): -15002345 or 1512731. OLE color: 1512731.

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

Color convert

RGB 27 21 23 -
CMYK 0 0.22 0.15 0.89
HSL 340º 0.13% 0.09% -
HSV(B) 340º 0.22% 0.11% -
XYZ 0.87 0.83 0.92 -
YUV 23.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 27 21 23 0 0.22 0.15 0.89 340 0.13 0.09
Hex 1B 15 17 0 16 F 59 154 C 9
Octal 33 25 27 0 26 17 131 524 14 11
Binary 11011 10101 10111 0 10110 1111 1011001 101010100 1100 1001

Color Harmonies of #1B1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1517

Black with #1B1517

Text Example


Text Example

White with #1B1517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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