Html Css Color HEX #1B1015 Rustic Red

📋 copy color: '#1B1015'

red 27 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #1B1015

Tints of Rustic Red #1B1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 25%

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

R = 42.19%
G = 25%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#1B1015 (or 0x1B1015) is known color: Rustic Red. HEX triplet: 1B, 10 and 15. RGB value is (27,16,21). Sum of RGB (Red+Green+Blue) = 27+16+21=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1015 is #E4EFEA. Grayscale: #131313. Windows color (decimal): -15003627 or 1380379. OLE color: 1380379.

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

Color convert

RGB 27 16 21 -
CMYK 0 0.41 0.22 0.89
HSL 332.73º 0.26% 0.08% -
HSV(B) 332.73º 0.41% 0.11% -
XYZ 0.77 0.66 0.8 -
YUV 19.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 27 16 21 0 0.41 0.22 0.89 332.73 0.26 0.08
Hex 1B 10 15 0 29 16 59 14D 1A 8
Octal 33 20 25 0 51 26 131 515 32 10
Binary 11011 10000 10101 0 101001 10110 1011001 101001101 11010 1000

Color Harmonies of #1B1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1015

Black with #1B1015

Text Example


Text Example

White with #1B1015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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