Html Css Color HEX #1B0A11 Rustic Red

📋 copy color: '#1B0A11'

red 27 ◦ green 10 ◦ blue 17

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

Shades of Rustic Red #1B0A11

Tints of Rustic Red #1B0A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.52%

 BLUE value IS 17 (7.03% from 255) = 31.48%

R = 50%
G = 18.52%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#1B0A11 (or 0x1B0A11) is known color: Rustic Red. HEX triplet: 1B, 0A and 11. RGB value is (27,10,17). Sum of RGB (Red+Green+Blue) = 27+10+17=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A11 is #E4F5EE. Grayscale: #0F0F0F. Windows color (decimal): -15005167 or 1116699. OLE color: 1116699.

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

Color convert

RGB 27 10 17 -
CMYK 0 0.63 0.37 0.89
HSL 335.29º 0.46% 0.07% -
HSV(B) 335.29º 0.63% 0.11% -
XYZ 0.66 0.49 0.59 -
YUV 15.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 27 10 17 0 0.63 0.37 0.89 335.29 0.46 0.07
Hex 1B A 11 0 3F 25 59 14F 2E 7
Octal 33 12 21 0 77 45 131 517 56 7
Binary 11011 1010 10001 0 111111 100101 1011001 101001111 101110 111

Color Harmonies of #1B0A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0A11

Black with #1B0A11

Text Example


Text Example

White with #1B0A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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