Html Css Color HEX #271314 Rustic Red

📋 copy color: '#271314'

red 39 ◦ green 19 ◦ blue 20

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

Shades of Rustic Red #271314

Tints of Rustic Red #271314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 25.64%

R = 50%
G = 24.36%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#271314 (or 0x271314) is known color: Rustic Red. HEX triplet: 27, 13 and 14. RGB value is (39,19,20). Sum of RGB (Red+Green+Blue) = 39+19+20=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271314 is #D8ECEB. Grayscale: #191919. Windows color (decimal): -14216428 or 1315623. OLE color: 1315623.

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

Color convert

RGB 39 19 20 -
CMYK 0 0.51 0.49 0.85
HSL 357º 0.34% 0.11% -
HSV(B) 357º 0.51% 0.15% -
XYZ 1.2 0.95 0.78 -
YUV 25.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 39 19 20 0 0.51 0.49 0.85 357 0.34 0.11
Hex 27 13 14 0 33 31 55 165 22 B
Octal 47 23 24 0 63 61 125 545 42 13
Binary 100111 10011 10100 0 110011 110001 1010101 101100101 100010 1011

Color Harmonies of #271314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271314

Black with #271314

Text Example


Text Example

White with #271314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271314; }

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

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

background-color css

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

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

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

border-color css

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

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

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