Html Css Color HEX #271317 Rustic Red

📋 copy color: '#271317'

red 39 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #271317

Tints of Rustic Red #271317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 28.4%

R = 48.15%
G = 23.46%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#271317 (or 0x271317) is known color: Rustic Red. HEX triplet: 27, 13 and 17. RGB value is (39,19,23). Sum of RGB (Red+Green+Blue) = 39+19+23=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271317 is #D8ECE8. Grayscale: #191919. Windows color (decimal): -14216425 or 1512231. OLE color: 1512231.

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

Color convert

RGB 39 19 23 -
CMYK 0 0.51 0.41 0.85
HSL 348º 0.34% 0.11% -
HSV(B) 348º 0.51% 0.15% -
XYZ 1.22 0.96 0.93 -
YUV 25.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 39 19 23 0 0.51 0.41 0.85 348 0.34 0.11
Hex 27 13 17 0 33 29 55 15C 22 B
Octal 47 23 27 0 63 51 125 534 42 13
Binary 100111 10011 10111 0 110011 101001 1010101 101011100 100010 1011

Color Harmonies of #271317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271317

Black with #271317

Text Example


Text Example

White with #271317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271317; }

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

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

background-color css

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

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

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

border-color css

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

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

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