#271214

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

Shades of Rustic Red #271214

Tints of Rustic Red #271214

Color information

#271214 (or 0x271214) is unknown color: approx Rustic Red. HEX triplet: 27, 12 and 14. RGB value is (39,18,20). Sum of RGB (Red+Green+Blue) = 39+18+20=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271214 is #D8EDEB. Grayscale: #181818. Windows color (decimal): -14216684 or 1315367. OLE color: 1315367.

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

Color convert

RGB391820-
CMYK00.540.490.85
HSL354.29º36.84%11.18%-
HSV(B)354.29º53.85%15.29%-
XYZ1.180.910.78-
YUV24.51125.46138.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=50.65%
G=23.38%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39182000.540.490.85354.2936.8411.18
Hex271214036315516225b
Octal472224066611255424513
Binary1001111001010100011011011000110101011011000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271214; }

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

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

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

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

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

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

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

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