Html Css Color HEX #271216 Rustic Red

📋 copy color: '#271216'

red 39 ◦ green 18 ◦ blue 22

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

Shades of Rustic Red #271216

Tints of Rustic Red #271216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.78%

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

R = 49.37%
G = 22.78%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#271216 (or 0x271216) is known color: Rustic Red. HEX triplet: 27, 12 and 16. RGB value is (39,18,22). Sum of RGB (Red+Green+Blue) = 39+18+22=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271216 is #D8EDE9. Grayscale: #181818. Windows color (decimal): -14216682 or 1446439. OLE color: 1446439.

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

Color convert

RGB 39 18 22 -
CMYK 0 0.54 0.44 0.85
HSL 348.57º 0.37% 0.11% -
HSV(B) 348.57º 0.54% 0.15% -
XYZ 1.2 0.92 0.87 -
YUV 24.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 39 18 22 0 0.54 0.44 0.85 348.57 0.37 0.11
Hex 27 12 16 0 36 2C 55 15D 25 B
Octal 47 22 26 0 66 54 125 535 45 13
Binary 100111 10010 10110 0 110110 101100 1010101 101011101 100101 1011

Color Harmonies of #271216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271216

Black with #271216

Text Example


Text Example

White with #271216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271216; }

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

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

background-color css

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

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

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

border-color css

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

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

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