Html Css Color HEX #1B1415 Rustic Red

📋 copy color: '#1B1415'

red 27 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #1B1415

Tints of Rustic Red #1B1415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.41%

 BLUE value IS 21 (8.59% from 255) = 30.88%

R = 39.71%
G = 29.41%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#1B1415 (or 0x1B1415) is known color: Rustic Red. HEX triplet: 1B, 14 and 15. RGB value is (27,20,21). Sum of RGB (Red+Green+Blue) = 27+20+21=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1415 is #E4EBEA. Grayscale: #161616. Windows color (decimal): -15002603 or 1381403. OLE color: 1381403.

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

Color convert

RGB 27 20 21 -
CMYK 0 0.26 0.22 0.89
HSL 351.43º 0.15% 0.09% -
HSV(B) 351.43º 0.26% 0.11% -
XYZ 0.84 0.79 0.82 -
YUV 22.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 27 20 21 0 0.26 0.22 0.89 351.43 0.15 0.09
Hex 1B 14 15 0 1A 16 59 15F F 9
Octal 33 24 25 0 32 26 131 537 17 11
Binary 11011 10100 10101 0 11010 10110 1011001 101011111 1111 1001

Color Harmonies of #1B1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1415

Black with #1B1415

Text Example


Text Example

White with #1B1415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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