Html Css Color HEX #271116 Rustic Red

📋 copy color: '#271116'

red 39 ◦ green 17 ◦ blue 22

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

Shades of Rustic Red #271116

Tints of Rustic Red #271116

RGB

 RED value IS 39 (15.63% from 255) = 50%

 GREEN value IS 17 (7.03% from 255) = 21.79%

 BLUE value IS 22 (8.98% from 255) = 28.21%

R = 50%
G = 21.79%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#271116 (or 0x271116) is known color: Rustic Red. HEX triplet: 27, 11 and 16. RGB value is (39,17,22). Sum of RGB (Red+Green+Blue) = 39+17+22=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271116 is #D8EEE9. Grayscale: #181818. Windows color (decimal): -14216938 or 1446183. OLE color: 1446183.

HSL color Cylindrical-coordinate representation of color #271116: hue angle of 346.36º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #271116 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 17 22 -
CMYK 0 0.56 0.44 0.85
HSL 346.36º 0.39% 0.11% -
HSV(B) 346.36º 0.56% 0.15% -
XYZ 1.18 0.89 0.87 -
YUV 24.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 39 17 22 0 0.56 0.44 0.85 346.36 0.39 0.11
Hex 27 11 16 0 38 2C 55 15A 27 B
Octal 47 21 26 0 70 54 125 532 47 13
Binary 100111 10001 10110 0 111000 101100 1010101 101011010 100111 1011

Color Harmonies of #271116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271116

Black with #271116

Text Example


Text Example

White with #271116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271116; }

 p { color: rgb(39,17,22); }

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

background-color css

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

 a { background-color: rgb(39,17,22); }

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

border-color css

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

 span { border-color: rgb(39,17,22); }

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