Html Css Color HEX #271315 Rustic Red

📋 copy color: '#271315'

red 39 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #271315

Tints of Rustic Red #271315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.05%

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

R = 49.37%
G = 24.05%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#271315 (or 0x271315) is known color: Rustic Red. HEX triplet: 27, 13 and 15. RGB value is (39,19,21). Sum of RGB (Red+Green+Blue) = 39+19+21=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271315 is #D8ECEA. Grayscale: #191919. Windows color (decimal): -14216427 or 1381159. OLE color: 1381159.

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

Color convert

RGB 39 19 21 -
CMYK 0 0.51 0.46 0.85
HSL 354º 0.34% 0.11% -
HSV(B) 354º 0.51% 0.15% -
XYZ 1.2 0.95 0.83 -
YUV 25.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 39 19 21 0 0.51 0.46 0.85 354 0.34 0.11
Hex 27 13 15 0 33 2E 55 162 22 B
Octal 47 23 25 0 63 56 125 542 42 13
Binary 100111 10011 10101 0 110011 101110 1010101 101100010 100010 1011

Color Harmonies of #271315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271315

Black with #271315

Text Example


Text Example

White with #271315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271315; }

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

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

background-color css

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

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

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

border-color css

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

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

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