Html Css Color HEX #271415 Rustic Red

📋 copy color: '#271415'

red 39 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #271415

Tints of Rustic Red #271415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25%

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

R = 48.75%
G = 25%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#271415 (or 0x271415) is known color: Rustic Red. HEX triplet: 27, 14 and 15. RGB value is (39,20,21). Sum of RGB (Red+Green+Blue) = 39+20+21=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #271415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271415 is #D8EBEA. Grayscale: #191919. Windows color (decimal): -14216171 or 1381415. OLE color: 1381415.

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

Color convert

RGB 39 20 21 -
CMYK 0 0.49 0.46 0.85
HSL 356.84º 0.32% 0.12% -
HSV(B) 356.84º 0.49% 0.15% -
XYZ 1.22 0.99 0.84 -
YUV 25.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 39 20 21 0 0.49 0.46 0.85 356.84 0.32 0.12
Hex 27 14 15 0 31 2E 55 165 20 C
Octal 47 24 25 0 61 56 125 545 40 14
Binary 100111 10100 10101 0 110001 101110 1010101 101100101 100000 1100

Color Harmonies of #271415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271415

Black with #271415

Text Example


Text Example

White with #271415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271415; }

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

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

background-color css

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

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

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

border-color css

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

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

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