#271011

Color #271011 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #271011

Tints of Rustic Red #271011

Color information

#271011 (or 0x271011) is unknown color: approx 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

RGB391617-
CMYK00.590.560.85
HSL357.39º41.82%10.78%-
HSV(B)357.39º58.97%15.29%-
XYZ1.120.840.63-
YUV22.99124.62139.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39161700.590.560.85357.3941.8210.78
Hex27101103B38551652ab
Octal472021073701255455213
Binary1001111000010001011101111100010101011011001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>