#271014

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

Shades of Rustic Red #271014

Tints of Rustic Red #271014

Color information

#271014 (or 0x271014) is unknown color: approx Rustic Red. HEX triplet: 27, 10 and 14. RGB value is (39,16,20). Sum of RGB (Red+Green+Blue) = 39+16+20=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271014 is #D8EFEB. Grayscale: #171717. Windows color (decimal): -14217196 or 1314855. OLE color: 1314855.

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

Color convert

RGB391620-
CMYK00.590.490.85
HSL349.57º41.82%10.78%-
HSV(B)349.57º58.97%15.29%-
XYZ1.150.850.77-
YUV23.33126.12139.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=52%
G=21.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39162000.590.490.85349.5741.8210.78
Hex27101403B315515e2ab
Octal472024073611255365213
Binary1001111000010100011101111000110101011010111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271014; }

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

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

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

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

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

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

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

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