Html Css Color HEX #271516 Rustic Red

📋 copy color: '#271516'

red 39 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #271516

Tints of Rustic Red #271516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.61%

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

R = 47.56%
G = 25.61%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#271516 (or 0x271516) is known color: Rustic Red. HEX triplet: 27, 15 and 16. RGB value is (39,21,22). Sum of RGB (Red+Green+Blue) = 39+21+22=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271516 is #D8EAE9. Grayscale: #1A1A1A. Windows color (decimal): -14215914 or 1447207. OLE color: 1447207.

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

Color convert

RGB 39 21 22 -
CMYK 0 0.46 0.44 0.85
HSL 356.67º 0.3% 0.12% -
HSV(B) 356.67º 0.46% 0.15% -
XYZ 1.25 1.03 0.89 -
YUV 26.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 39 21 22 0 0.46 0.44 0.85 356.67 0.3 0.12
Hex 27 15 16 0 2E 2C 55 165 1E C
Octal 47 25 26 0 56 54 125 545 36 14
Binary 100111 10101 10110 0 101110 101100 1010101 101100101 11110 1100

Color Harmonies of #271516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271516

Black with #271516

Text Example


Text Example

White with #271516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271516; }

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

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

background-color css

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

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

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

border-color css

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

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

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