#271016

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

Shades of Rustic Red #271016

Tints of Rustic Red #271016

Color information

#271016 (or 0x271016) is unknown color: approx Rustic Red. HEX triplet: 27, 10 and 16. RGB value is (39,16,22). Sum of RGB (Red+Green+Blue) = 39+16+22=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271016 is #D8EFE9. Grayscale: #171717. Windows color (decimal): -14217194 or 1445927. OLE color: 1445927.

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

Color convert

RGB391622-
CMYK00.590.440.85
HSL344.35º41.82%10.78%-
HSV(B)344.35º58.97%15.29%-
XYZ1.170.860.86-
YUV23.56127.12139.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=50.65%
G=20.78%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39162200.590.440.85344.3541.8210.78
Hex27101603B2C551582ab
Octal472026073541255305213
Binary1001111000010110011101110110010101011010110001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271016; }

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

 H1.HeaderClassName
 {
   color: #271016;
 }
 .AnyTagClassName
 {
   color: #271016;
 }
</style>
background-color css

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

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

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

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

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

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