Html Css Color HEX #271011 Rustic Red

📋 copy color: '#271011'

red 39 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #271011

Tints of Rustic Red #271011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

 BLUE value IS 17 (7.03% from 255) = 23.61%

R = 54.17%
G = 22.22%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#271011 (or 0x271011) is known color: Rustic Red. HEX triplet: 27, 10 and 11. RGB value is (39,16,17). Sum of RGB (Red+Green+Blue) = 39+16+17=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #271011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271011 is #D8EFEE. Grayscale: #171717. Windows color (decimal): -14217199 or 1118247. OLE color: 1118247.

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

Color convert

RGB 39 16 17 -
CMYK 0 0.59 0.56 0.85
HSL 357.39º 0.42% 0.11% -
HSV(B) 357.39º 0.59% 0.15% -
XYZ 1.12 0.84 0.63 -
YUV 22.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 39 16 17 0 0.59 0.56 0.85 357.39 0.42 0.11
Hex 27 10 11 0 3B 38 55 165 2A B
Octal 47 20 21 0 73 70 125 545 52 13
Binary 100111 10000 10001 0 111011 111000 1010101 101100101 101010 1011

Color Harmonies of #271011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271011

Black with #271011

Text Example


Text Example

White with #271011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271011; }

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

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

background-color css

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

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

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

border-color css

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

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

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