Html Css Color HEX #271113 Rustic Red

📋 copy color: '#271113'

red 39 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #271113

Tints of Rustic Red #271113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.67%

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 52%
G = 22.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#271113 (or 0x271113) is known color: Rustic Red. HEX triplet: 27, 11 and 13. RGB value is (39,17,19). Sum of RGB (Red+Green+Blue) = 39+17+19=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271113 is #D8EEEC. Grayscale: #171717. Windows color (decimal): -14216941 or 1249575. OLE color: 1249575.

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

Color convert

RGB 39 17 19 -
CMYK 0 0.56 0.51 0.85
HSL 354.55º 0.39% 0.11% -
HSV(B) 354.55º 0.56% 0.15% -
XYZ 1.15 0.88 0.72 -
YUV 23.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 39 17 19 0 0.56 0.51 0.85 354.55 0.39 0.11
Hex 27 11 13 0 38 33 55 163 27 B
Octal 47 21 23 0 70 63 125 543 47 13
Binary 100111 10001 10011 0 111000 110011 1010101 101100011 100111 1011

Color Harmonies of #271113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271113

Black with #271113

Text Example


Text Example

White with #271113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271113; }

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

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

background-color css

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

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

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

border-color css

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

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

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