Html Css Color HEX #271215 Rustic Red

📋 copy color: '#271215'

red 39 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #271215

Tints of Rustic Red #271215

RGB

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

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

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

R = 50%
G = 23.08%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#271215 (or 0x271215) is known color: Rustic Red. HEX triplet: 27, 12 and 15. RGB value is (39,18,21). Sum of RGB (Red+Green+Blue) = 39+18+21=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271215 is #D8EDEA. Grayscale: #181818. Windows color (decimal): -14216683 or 1380903. OLE color: 1380903.

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

Color convert

RGB 39 18 21 -
CMYK 0 0.54 0.46 0.85
HSL 351.43º 0.37% 0.11% -
HSV(B) 351.43º 0.54% 0.15% -
XYZ 1.19 0.92 0.82 -
YUV 24.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 39 18 21 0 0.54 0.46 0.85 351.43 0.37 0.11
Hex 27 12 15 0 36 2E 55 15F 25 B
Octal 47 22 25 0 66 56 125 537 45 13
Binary 100111 10010 10101 0 110110 101110 1010101 101011111 100101 1011

Color Harmonies of #271215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271215

Black with #271215

Text Example


Text Example

White with #271215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271215; }

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

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

background-color css

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

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

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

border-color css

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

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

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