Html Css Color HEX #271115 Rustic Red

📋 copy color: '#271115'

red 39 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #271115

Tints of Rustic Red #271115

RGB

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

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

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

R = 50.65%
G = 22.08%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#271115 (or 0x271115) is known color: Rustic Red. HEX triplet: 27, 11 and 15. RGB value is (39,17,21). Sum of RGB (Red+Green+Blue) = 39+17+21=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271115 is #D8EEEA. Grayscale: #181818. Windows color (decimal): -14216939 or 1380647. OLE color: 1380647.

HSL color Cylindrical-coordinate representation of color #271115: hue angle of 349.09º 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 #271115 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 17 21 -
CMYK 0 0.56 0.46 0.85
HSL 349.09º 0.39% 0.11% -
HSV(B) 349.09º 0.56% 0.15% -
XYZ 1.17 0.89 0.82 -
YUV 24.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 39 17 21 0 0.56 0.46 0.85 349.09 0.39 0.11
Hex 27 11 15 0 38 2E 55 15D 27 B
Octal 47 21 25 0 70 56 125 535 47 13
Binary 100111 10001 10101 0 111000 101110 1010101 101011101 100111 1011

Color Harmonies of #271115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271115

Black with #271115

Text Example


Text Example

White with #271115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271115; }

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

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

background-color css

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

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

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

border-color css

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

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

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